The Google Calendar Action Addon (in short GCal) is an action addon which provides an action that facilities enabling users to alter their Google Calendars by adding events based on Google Calendar API. You can check it out its source via SVN here or as GNU tarball here. A quick reference for implemented atom(s) follows.
#createEvent action atom will allow user to create events in a Google Calendar that they have authorization to manage events.
Example:
#createEvent["team1", "http://www.google.com/calendar/feeds/02ngn7n8s87fi6oojbn06sre4g
@group.calendar.google.com/private/full", " Group Meeting", "'2010-04-04T17:00:00Z'",
"acthex@gmail.com", "secretpassword"]{b,1}.
This fact will create a event called "Meeting" at "'2010-04-04T17:00:00Z'" in the Google calendar named "team1" with "http://www.google.com/calendar/feeds/02ngn7n8s87fi6oojbn06sre4g@group.calendar.google.com/private/full" feed URL. The mail adress "acthex@gmail.com" and the password "secretpassword" will be used for authentication to Google Calendar services.
To be able to use GCal Action Addon, the following files are needed to be in your $CLASSPATH environment variable:
Other action addons: Robot
Action Addon, KBMod Action
Addon
Return to The
Action Plugin and Action Addon Framework