See: Description
| Interface | Description |
|---|---|
| CalendarListQueryBuilder |
Constructs queries for listing the accessible calendars, following the builder pattern.
|
| CalendarOperations |
Interface defining operations for integrating with Google Calendar.
|
| DeleteEventBuilder |
Interface for constructing queries for deleting an event from a calendar, following
the builder pattern.
|
| EventListQueryBuilder |
Constructs queries for listing the events in a calendar, following the builder pattern.
|
| QuickAddEventBuilder |
Interface for constructing queries for adding a new event to a calendar, following the
builder pattern.
|
| UpdateEventBuilder |
Interface for constructing queries for updating a existing event in a calendar,
following the builder pattern.
|
| UriQueryBuilder<Q extends UriQueryBuilder<?,T>,T> |
A super-interface for query builders where URIs are built instead of Strings.
|
| Class | Description |
|---|---|
| Calendar |
Model class representing a calendar within Google Calendar.
|
| Calendar.EventReminder |
Details of event reminders.
|
| Calendar.Notification |
Details of an individual notification.
|
| Calendar.NotificationSettings |
Details of notifications.
|
| CalendarPage | |
| Event |
Model class representing an event within Google Calendar.
|
| Event.Attendee |
Details of an attendee of an event.
|
| Event.Creator |
Information about the creator of an event.
|
| Event.DateTimeTimezone |
Details of the start or end of an event.
|
| Event.ExtendedProperties |
Extended properties of an event.
|
| Event.Gadget |
A gadget that extends an event.
|
| Event.Organizer |
Information about an event's organizer.
|
| Event.ReminderOverride |
Details of the overrides to reminders.
|
| Event.Reminders |
Information about the event's reminders for the authenticated user.
|
| Event.Source |
Source from which an event was created; for example a web page, an email message
or any document identifiable by an URL using HTTP/HTTPS protocol.
|
| EventPage |
| Enum | Description |
|---|---|
| AttendeeStatus |
Enumeration representing an attendee's response status.
|
| DisplayMode |
Enumeration representing a gadget's display mode.
|
| EventStatus |
Enumeration representing an event's status.
|
| NotificationMethod |
Enumeration representing a notification method.
|
| NotificationType |
Enumeration representing a notification type.
|
| OrderBy |
Enumeration representing the ordering of results.
|
| PermissionRole |
Enumeration representing a user permission role in Google Calendar.
|
| Transparency |
Enumeration representing whether an event blocks time in the Calendar.
|
| Visibility |
Enumeration representing the visibility of an event.
|
See the reference documentation at https://developers.google.com/google-apps/calendar/v3/reference/ .