dlvhex

The Google Calendar (GCal) Action Addon

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[T,Url,E,D,U,Pw]{O,P}
Input:
T
Calendar name
Url
Feed URL of the calendar which allows posts
E
Event
D
Date of the event
U
Username which is a mail adress
Pw
User password

 

#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.

How to Use GCal Action Addon

To be able to use GCal Action Addon, the following files are needed to be in your $CLASSPATH environment variable:


The gdata-src.java-1.40.3.zip, including the abovementioned packages, can be downloaded from Google Code .

 

Other action addons: Robot Action Addon, KBMod Action Addon
Return to The Action Plugin and Action Addon Framework