Class | Description |
---|---|
GACL | Access Control List class (Currently unimplemented. Subject to relocation or deletion.) |
GAppsAuthorization | This class is used by the various Google APIs to provide the bearer authorization token whenever a request is sent to one of Google's API endpoints. This class will generally not be used by someone outside of BASIS unless wrapping a Google API in-house. |
GCalendar | GCalendar is a wrapper around Google's CalendarListEntry and represents a single calendar. All filter fields for the getEvents() method default to null. If a field has been set, but the value of the filter is no longer desired, the field can be set to null() and the filter will no longer be applied. |
GCalendarAPI | This class is the entry point into the Google Calendar API. From this class, you can create, access, and delete Calendars. This class can be accessed by providing a GOAuth2 object to the getInstance() method. |
GEvent | Represents a single event on the Google calendar. Events are designated
time segments on a calendar, like appointments, vacations, etc. There
are several types of events including timed events, all-day events, and
recurring events. |
GEventAttendee | Represents an event participant and includes the following properties: Comment DisplayName Email Id Organizer -- Indicates whether this participant is the event organizer. Optional -- Whether this is an optional attendee. Resource ResponseStatus Self |
GEvents | A collection of one or more events in the Google calendar. This is often the result of an events request on the calendar. / |
GOAuth2 | Class for authorization via Google OAuth 2.0.
Authorization occurs when the user accepts permission from a spawned
webpage, but a temporary local webserver recieves the token, so that
the user is not involved in providing the intermediate code to the
application. |
GTimePeriod | A structure representing the time interval for a busy space on a calendar. |
GUtil | A Class for performing conversions needed to go from Google constructs to those more recognized by BBj and standard Java. |
SimpleEXDATE | Represents an exception date Not implemented. Subject to change or removal. |
SimpleEXRULE | Represents an exception rule |
SimpleRDATE | Represents a recurrence date |
SimpleRRULE | Represents a recurrence rule and constructs syntax for common simple cases. For more complicated scenarios, consult RFC2445 and construct your own string. |
SimpleRULE | Represents a base rule and constructs syntax for common simple cases. For more complicated scenarios, consult RFC2445 and construct your own string. |