Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const CalendarEventsReadonlyScope + const CalendarEventsScope + const CalendarReadonlyScope + const CalendarScope + const CalendarSettingsReadonlyScope + type Acl struct + Etag string + ForceSendFields []string + Items []*AclRule + Kind string + NextPageToken string + NextSyncToken string + NullFields []string + func (s *Acl) MarshalJSON() ([]byte, error) + type AclDeleteCall struct + func (c *AclDeleteCall) Context(ctx context.Context) *AclDeleteCall + func (c *AclDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *AclDeleteCall) Fields(s ...googleapi.Field) *AclDeleteCall + func (c *AclDeleteCall) Header() http.Header + type AclGetCall struct + func (c *AclGetCall) Context(ctx context.Context) *AclGetCall + func (c *AclGetCall) Do(opts ...googleapi.CallOption) (*AclRule, error) + func (c *AclGetCall) Fields(s ...googleapi.Field) *AclGetCall + func (c *AclGetCall) Header() http.Header + func (c *AclGetCall) IfNoneMatch(entityTag string) *AclGetCall + type AclInsertCall struct + func (c *AclInsertCall) Context(ctx context.Context) *AclInsertCall + func (c *AclInsertCall) Do(opts ...googleapi.CallOption) (*AclRule, error) + func (c *AclInsertCall) Fields(s ...googleapi.Field) *AclInsertCall + func (c *AclInsertCall) Header() http.Header + func (c *AclInsertCall) SendNotifications(sendNotifications bool) *AclInsertCall + type AclListCall struct + func (c *AclListCall) Context(ctx context.Context) *AclListCall + func (c *AclListCall) Do(opts ...googleapi.CallOption) (*Acl, error) + func (c *AclListCall) Fields(s ...googleapi.Field) *AclListCall + func (c *AclListCall) Header() http.Header + func (c *AclListCall) IfNoneMatch(entityTag string) *AclListCall + func (c *AclListCall) MaxResults(maxResults int64) *AclListCall + func (c *AclListCall) PageToken(pageToken string) *AclListCall + func (c *AclListCall) Pages(ctx context.Context, f func(*Acl) error) error + func (c *AclListCall) ShowDeleted(showDeleted bool) *AclListCall + func (c *AclListCall) SyncToken(syncToken string) *AclListCall + type AclPatchCall struct + func (c *AclPatchCall) Context(ctx context.Context) *AclPatchCall + func (c *AclPatchCall) Do(opts ...googleapi.CallOption) (*AclRule, error) + func (c *AclPatchCall) Fields(s ...googleapi.Field) *AclPatchCall + func (c *AclPatchCall) Header() http.Header + func (c *AclPatchCall) SendNotifications(sendNotifications bool) *AclPatchCall + type AclRule struct + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + Role string + Scope *AclRuleScope + func (s *AclRule) MarshalJSON() ([]byte, error) + type AclRuleScope struct + ForceSendFields []string + NullFields []string + Type string + Value string + func (s *AclRuleScope) MarshalJSON() ([]byte, error) + type AclService struct + func NewAclService(s *Service) *AclService + func (r *AclService) Delete(calendarId string, ruleId string) *AclDeleteCall + func (r *AclService) Get(calendarId string, ruleId string) *AclGetCall + func (r *AclService) Insert(calendarId string, aclrule *AclRule) *AclInsertCall + func (r *AclService) List(calendarId string) *AclListCall + func (r *AclService) Patch(calendarId string, ruleId string, aclrule *AclRule) *AclPatchCall + func (r *AclService) Update(calendarId string, ruleId string, aclrule *AclRule) *AclUpdateCall + func (r *AclService) Watch(calendarId string, channel *Channel) *AclWatchCall + type AclUpdateCall struct + func (c *AclUpdateCall) Context(ctx context.Context) *AclUpdateCall + func (c *AclUpdateCall) Do(opts ...googleapi.CallOption) (*AclRule, error) + func (c *AclUpdateCall) Fields(s ...googleapi.Field) *AclUpdateCall + func (c *AclUpdateCall) Header() http.Header + func (c *AclUpdateCall) SendNotifications(sendNotifications bool) *AclUpdateCall + type AclWatchCall struct + func (c *AclWatchCall) Context(ctx context.Context) *AclWatchCall + func (c *AclWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *AclWatchCall) Fields(s ...googleapi.Field) *AclWatchCall + func (c *AclWatchCall) Header() http.Header + func (c *AclWatchCall) MaxResults(maxResults int64) *AclWatchCall + func (c *AclWatchCall) PageToken(pageToken string) *AclWatchCall + func (c *AclWatchCall) ShowDeleted(showDeleted bool) *AclWatchCall + func (c *AclWatchCall) SyncToken(syncToken string) *AclWatchCall + type Calendar struct + ConferenceProperties *ConferenceProperties + Description string + Etag string + ForceSendFields []string + Id string + Kind string + Location string + NullFields []string + Summary string + TimeZone string + func (s *Calendar) MarshalJSON() ([]byte, error) + type CalendarList struct + Etag string + ForceSendFields []string + Items []*CalendarListEntry + Kind string + NextPageToken string + NextSyncToken string + NullFields []string + func (s *CalendarList) MarshalJSON() ([]byte, error) + type CalendarListDeleteCall struct + func (c *CalendarListDeleteCall) Context(ctx context.Context) *CalendarListDeleteCall + func (c *CalendarListDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *CalendarListDeleteCall) Fields(s ...googleapi.Field) *CalendarListDeleteCall + func (c *CalendarListDeleteCall) Header() http.Header + type CalendarListEntry struct + AccessRole string + BackgroundColor string + ColorId string + ConferenceProperties *ConferenceProperties + DefaultReminders []*EventReminder + Deleted bool + Description string + Etag string + ForceSendFields []string + ForegroundColor string + Hidden bool + Id string + Kind string + Location string + NotificationSettings *CalendarListEntryNotificationSettings + NullFields []string + Primary bool + Selected bool + Summary string + SummaryOverride string + TimeZone string + func (s *CalendarListEntry) MarshalJSON() ([]byte, error) + type CalendarListEntryNotificationSettings struct + ForceSendFields []string + Notifications []*CalendarNotification + NullFields []string + func (s *CalendarListEntryNotificationSettings) MarshalJSON() ([]byte, error) + type CalendarListGetCall struct + func (c *CalendarListGetCall) Context(ctx context.Context) *CalendarListGetCall + func (c *CalendarListGetCall) Do(opts ...googleapi.CallOption) (*CalendarListEntry, error) + func (c *CalendarListGetCall) Fields(s ...googleapi.Field) *CalendarListGetCall + func (c *CalendarListGetCall) Header() http.Header + func (c *CalendarListGetCall) IfNoneMatch(entityTag string) *CalendarListGetCall + type CalendarListInsertCall struct + func (c *CalendarListInsertCall) ColorRgbFormat(colorRgbFormat bool) *CalendarListInsertCall + func (c *CalendarListInsertCall) Context(ctx context.Context) *CalendarListInsertCall + func (c *CalendarListInsertCall) Do(opts ...googleapi.CallOption) (*CalendarListEntry, error) + func (c *CalendarListInsertCall) Fields(s ...googleapi.Field) *CalendarListInsertCall + func (c *CalendarListInsertCall) Header() http.Header + type CalendarListListCall struct + func (c *CalendarListListCall) Context(ctx context.Context) *CalendarListListCall + func (c *CalendarListListCall) Do(opts ...googleapi.CallOption) (*CalendarList, error) + func (c *CalendarListListCall) Fields(s ...googleapi.Field) *CalendarListListCall + func (c *CalendarListListCall) Header() http.Header + func (c *CalendarListListCall) IfNoneMatch(entityTag string) *CalendarListListCall + func (c *CalendarListListCall) MaxResults(maxResults int64) *CalendarListListCall + func (c *CalendarListListCall) MinAccessRole(minAccessRole string) *CalendarListListCall + func (c *CalendarListListCall) PageToken(pageToken string) *CalendarListListCall + func (c *CalendarListListCall) Pages(ctx context.Context, f func(*CalendarList) error) error + func (c *CalendarListListCall) ShowDeleted(showDeleted bool) *CalendarListListCall + func (c *CalendarListListCall) ShowHidden(showHidden bool) *CalendarListListCall + func (c *CalendarListListCall) SyncToken(syncToken string) *CalendarListListCall + type CalendarListPatchCall struct + func (c *CalendarListPatchCall) ColorRgbFormat(colorRgbFormat bool) *CalendarListPatchCall + func (c *CalendarListPatchCall) Context(ctx context.Context) *CalendarListPatchCall + func (c *CalendarListPatchCall) Do(opts ...googleapi.CallOption) (*CalendarListEntry, error) + func (c *CalendarListPatchCall) Fields(s ...googleapi.Field) *CalendarListPatchCall + func (c *CalendarListPatchCall) Header() http.Header + type CalendarListService struct + func NewCalendarListService(s *Service) *CalendarListService + func (r *CalendarListService) Delete(calendarId string) *CalendarListDeleteCall + func (r *CalendarListService) Get(calendarId string) *CalendarListGetCall + func (r *CalendarListService) Insert(calendarlistentry *CalendarListEntry) *CalendarListInsertCall + func (r *CalendarListService) List() *CalendarListListCall + func (r *CalendarListService) Patch(calendarId string, calendarlistentry *CalendarListEntry) *CalendarListPatchCall + func (r *CalendarListService) Update(calendarId string, calendarlistentry *CalendarListEntry) *CalendarListUpdateCall + func (r *CalendarListService) Watch(channel *Channel) *CalendarListWatchCall + type CalendarListUpdateCall struct + func (c *CalendarListUpdateCall) ColorRgbFormat(colorRgbFormat bool) *CalendarListUpdateCall + func (c *CalendarListUpdateCall) Context(ctx context.Context) *CalendarListUpdateCall + func (c *CalendarListUpdateCall) Do(opts ...googleapi.CallOption) (*CalendarListEntry, error) + func (c *CalendarListUpdateCall) Fields(s ...googleapi.Field) *CalendarListUpdateCall + func (c *CalendarListUpdateCall) Header() http.Header + type CalendarListWatchCall struct + func (c *CalendarListWatchCall) Context(ctx context.Context) *CalendarListWatchCall + func (c *CalendarListWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *CalendarListWatchCall) Fields(s ...googleapi.Field) *CalendarListWatchCall + func (c *CalendarListWatchCall) Header() http.Header + func (c *CalendarListWatchCall) MaxResults(maxResults int64) *CalendarListWatchCall + func (c *CalendarListWatchCall) MinAccessRole(minAccessRole string) *CalendarListWatchCall + func (c *CalendarListWatchCall) PageToken(pageToken string) *CalendarListWatchCall + func (c *CalendarListWatchCall) ShowDeleted(showDeleted bool) *CalendarListWatchCall + func (c *CalendarListWatchCall) ShowHidden(showHidden bool) *CalendarListWatchCall + func (c *CalendarListWatchCall) SyncToken(syncToken string) *CalendarListWatchCall + type CalendarNotification struct + ForceSendFields []string + Method string + NullFields []string + Type string + func (s *CalendarNotification) MarshalJSON() ([]byte, error) + type CalendarsClearCall struct + func (c *CalendarsClearCall) Context(ctx context.Context) *CalendarsClearCall + func (c *CalendarsClearCall) Do(opts ...googleapi.CallOption) error + func (c *CalendarsClearCall) Fields(s ...googleapi.Field) *CalendarsClearCall + func (c *CalendarsClearCall) Header() http.Header + type CalendarsDeleteCall struct + func (c *CalendarsDeleteCall) Context(ctx context.Context) *CalendarsDeleteCall + func (c *CalendarsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *CalendarsDeleteCall) Fields(s ...googleapi.Field) *CalendarsDeleteCall + func (c *CalendarsDeleteCall) Header() http.Header + type CalendarsGetCall struct + func (c *CalendarsGetCall) Context(ctx context.Context) *CalendarsGetCall + func (c *CalendarsGetCall) Do(opts ...googleapi.CallOption) (*Calendar, error) + func (c *CalendarsGetCall) Fields(s ...googleapi.Field) *CalendarsGetCall + func (c *CalendarsGetCall) Header() http.Header + func (c *CalendarsGetCall) IfNoneMatch(entityTag string) *CalendarsGetCall + type CalendarsInsertCall struct + func (c *CalendarsInsertCall) Context(ctx context.Context) *CalendarsInsertCall + func (c *CalendarsInsertCall) Do(opts ...googleapi.CallOption) (*Calendar, error) + func (c *CalendarsInsertCall) Fields(s ...googleapi.Field) *CalendarsInsertCall + func (c *CalendarsInsertCall) Header() http.Header + type CalendarsPatchCall struct + func (c *CalendarsPatchCall) Context(ctx context.Context) *CalendarsPatchCall + func (c *CalendarsPatchCall) Do(opts ...googleapi.CallOption) (*Calendar, error) + func (c *CalendarsPatchCall) Fields(s ...googleapi.Field) *CalendarsPatchCall + func (c *CalendarsPatchCall) Header() http.Header + type CalendarsService struct + func NewCalendarsService(s *Service) *CalendarsService + func (r *CalendarsService) Clear(calendarId string) *CalendarsClearCall + func (r *CalendarsService) Delete(calendarId string) *CalendarsDeleteCall + func (r *CalendarsService) Get(calendarId string) *CalendarsGetCall + func (r *CalendarsService) Insert(calendar *Calendar) *CalendarsInsertCall + func (r *CalendarsService) Patch(calendarId string, calendar *Calendar) *CalendarsPatchCall + func (r *CalendarsService) Update(calendarId string, calendar *Calendar) *CalendarsUpdateCall + type CalendarsUpdateCall struct + func (c *CalendarsUpdateCall) Context(ctx context.Context) *CalendarsUpdateCall + func (c *CalendarsUpdateCall) Do(opts ...googleapi.CallOption) (*Calendar, error) + func (c *CalendarsUpdateCall) Fields(s ...googleapi.Field) *CalendarsUpdateCall + func (c *CalendarsUpdateCall) Header() http.Header + type Channel struct + Address string + Expiration int64 + ForceSendFields []string + Id string + Kind string + NullFields []string + Params map[string]string + Payload bool + ResourceId string + ResourceUri string + Token string + Type string + func (s *Channel) MarshalJSON() ([]byte, error) + type ChannelsService struct + func NewChannelsService(s *Service) *ChannelsService + func (r *ChannelsService) Stop(channel *Channel) *ChannelsStopCall + type ChannelsStopCall struct + func (c *ChannelsStopCall) Context(ctx context.Context) *ChannelsStopCall + func (c *ChannelsStopCall) Do(opts ...googleapi.CallOption) error + func (c *ChannelsStopCall) Fields(s ...googleapi.Field) *ChannelsStopCall + func (c *ChannelsStopCall) Header() http.Header + type ColorDefinition struct + Background string + ForceSendFields []string + Foreground string + NullFields []string + func (s *ColorDefinition) MarshalJSON() ([]byte, error) + type Colors struct + Calendar map[string]ColorDefinition + Event map[string]ColorDefinition + ForceSendFields []string + Kind string + NullFields []string + Updated string + func (s *Colors) MarshalJSON() ([]byte, error) + type ColorsGetCall struct + func (c *ColorsGetCall) Context(ctx context.Context) *ColorsGetCall + func (c *ColorsGetCall) Do(opts ...googleapi.CallOption) (*Colors, error) + func (c *ColorsGetCall) Fields(s ...googleapi.Field) *ColorsGetCall + func (c *ColorsGetCall) Header() http.Header + func (c *ColorsGetCall) IfNoneMatch(entityTag string) *ColorsGetCall + type ColorsService struct + func NewColorsService(s *Service) *ColorsService + func (r *ColorsService) Get() *ColorsGetCall + type ConferenceData struct + ConferenceId string + ConferenceSolution *ConferenceSolution + CreateRequest *CreateConferenceRequest + EntryPoints []*EntryPoint + ForceSendFields []string + Notes string + NullFields []string + Parameters *ConferenceParameters + Signature string + func (s *ConferenceData) MarshalJSON() ([]byte, error) + type ConferenceParameters struct + AddOnParameters *ConferenceParametersAddOnParameters + ForceSendFields []string + NullFields []string + func (s *ConferenceParameters) MarshalJSON() ([]byte, error) + type ConferenceParametersAddOnParameters struct + ForceSendFields []string + NullFields []string + Parameters map[string]string + func (s *ConferenceParametersAddOnParameters) MarshalJSON() ([]byte, error) + type ConferenceProperties struct + AllowedConferenceSolutionTypes []string + ForceSendFields []string + NullFields []string + func (s *ConferenceProperties) MarshalJSON() ([]byte, error) + type ConferenceRequestStatus struct + ForceSendFields []string + NullFields []string + StatusCode string + func (s *ConferenceRequestStatus) MarshalJSON() ([]byte, error) + type ConferenceSolution struct + ForceSendFields []string + IconUri string + Key *ConferenceSolutionKey + Name string + NullFields []string + func (s *ConferenceSolution) MarshalJSON() ([]byte, error) + type ConferenceSolutionKey struct + ForceSendFields []string + NullFields []string + Type string + func (s *ConferenceSolutionKey) MarshalJSON() ([]byte, error) + type CreateConferenceRequest struct + ConferenceSolutionKey *ConferenceSolutionKey + ForceSendFields []string + NullFields []string + RequestId string + Status *ConferenceRequestStatus + func (s *CreateConferenceRequest) MarshalJSON() ([]byte, error) + type EntryPoint struct + AccessCode string + EntryPointFeatures []string + EntryPointType string + ForceSendFields []string + Label string + MeetingCode string + NullFields []string + Passcode string + Password string + Pin string + RegionCode string + Uri string + func (s *EntryPoint) MarshalJSON() ([]byte, error) + type Error struct + Domain string + ForceSendFields []string + NullFields []string + Reason string + func (s *Error) MarshalJSON() ([]byte, error) + type Event struct + AnyoneCanAddSelf bool + Attachments []*EventAttachment + Attendees []*EventAttendee + AttendeesOmitted bool + ColorId string + ConferenceData *ConferenceData + Created string + Creator *EventCreator + Description string + End *EventDateTime + EndTimeUnspecified bool + Etag string + ExtendedProperties *EventExtendedProperties + ForceSendFields []string + Gadget *EventGadget + GuestsCanInviteOthers *bool + GuestsCanModify bool + GuestsCanSeeOtherGuests *bool + HangoutLink string + HtmlLink string + ICalUID string + Id string + Kind string + Location string + Locked bool + NullFields []string + Organizer *EventOrganizer + OriginalStartTime *EventDateTime + PrivateCopy bool + Recurrence []string + RecurringEventId string + Reminders *EventReminders + Sequence int64 + Source *EventSource + Start *EventDateTime + Status string + Summary string + Transparency string + Updated string + Visibility string + func (s *Event) MarshalJSON() ([]byte, error) + type EventAttachment struct + FileId string + FileUrl string + ForceSendFields []string + IconLink string + MimeType string + NullFields []string + Title string + func (s *EventAttachment) MarshalJSON() ([]byte, error) + type EventAttendee struct + AdditionalGuests int64 + Comment string + DisplayName string + Email string + ForceSendFields []string + Id string + NullFields []string + Optional bool + Organizer bool + Resource bool + ResponseStatus string + Self bool + func (s *EventAttendee) MarshalJSON() ([]byte, error) + type EventCreator struct + DisplayName string + Email string + ForceSendFields []string + Id string + NullFields []string + Self bool + func (s *EventCreator) MarshalJSON() ([]byte, error) + type EventDateTime struct + Date string + DateTime string + ForceSendFields []string + NullFields []string + TimeZone string + func (s *EventDateTime) MarshalJSON() ([]byte, error) + type EventExtendedProperties struct + ForceSendFields []string + NullFields []string + Private map[string]string + Shared map[string]string + func (s *EventExtendedProperties) MarshalJSON() ([]byte, error) + type EventGadget struct + Display string + ForceSendFields []string + Height int64 + IconLink string + Link string + NullFields []string + Preferences map[string]string + Title string + Type string + Width int64 + func (s *EventGadget) MarshalJSON() ([]byte, error) + type EventOrganizer struct + DisplayName string + Email string + ForceSendFields []string + Id string + NullFields []string + Self bool + func (s *EventOrganizer) MarshalJSON() ([]byte, error) + type EventReminder struct + ForceSendFields []string + Method string + Minutes int64 + NullFields []string + func (s *EventReminder) MarshalJSON() ([]byte, error) + type EventReminders struct + ForceSendFields []string + NullFields []string + Overrides []*EventReminder + UseDefault bool + func (s *EventReminders) MarshalJSON() ([]byte, error) + type EventSource struct + ForceSendFields []string + NullFields []string + Title string + Url string + func (s *EventSource) MarshalJSON() ([]byte, error) + type Events struct + AccessRole string + DefaultReminders []*EventReminder + Description string + Etag string + ForceSendFields []string + Items []*Event + Kind string + NextPageToken string + NextSyncToken string + NullFields []string + Summary string + TimeZone string + Updated string + func (s *Events) MarshalJSON() ([]byte, error) + type EventsDeleteCall struct + func (c *EventsDeleteCall) Context(ctx context.Context) *EventsDeleteCall + func (c *EventsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *EventsDeleteCall) Fields(s ...googleapi.Field) *EventsDeleteCall + func (c *EventsDeleteCall) Header() http.Header + func (c *EventsDeleteCall) SendNotifications(sendNotifications bool) *EventsDeleteCall + func (c *EventsDeleteCall) SendUpdates(sendUpdates string) *EventsDeleteCall + type EventsGetCall struct + func (c *EventsGetCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsGetCall + func (c *EventsGetCall) Context(ctx context.Context) *EventsGetCall + func (c *EventsGetCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsGetCall) Fields(s ...googleapi.Field) *EventsGetCall + func (c *EventsGetCall) Header() http.Header + func (c *EventsGetCall) IfNoneMatch(entityTag string) *EventsGetCall + func (c *EventsGetCall) MaxAttendees(maxAttendees int64) *EventsGetCall + func (c *EventsGetCall) TimeZone(timeZone string) *EventsGetCall + type EventsImportCall struct + func (c *EventsImportCall) ConferenceDataVersion(conferenceDataVersion int64) *EventsImportCall + func (c *EventsImportCall) Context(ctx context.Context) *EventsImportCall + func (c *EventsImportCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsImportCall) Fields(s ...googleapi.Field) *EventsImportCall + func (c *EventsImportCall) Header() http.Header + func (c *EventsImportCall) SupportsAttachments(supportsAttachments bool) *EventsImportCall + type EventsInsertCall struct + func (c *EventsInsertCall) ConferenceDataVersion(conferenceDataVersion int64) *EventsInsertCall + func (c *EventsInsertCall) Context(ctx context.Context) *EventsInsertCall + func (c *EventsInsertCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsInsertCall) Fields(s ...googleapi.Field) *EventsInsertCall + func (c *EventsInsertCall) Header() http.Header + func (c *EventsInsertCall) MaxAttendees(maxAttendees int64) *EventsInsertCall + func (c *EventsInsertCall) SendNotifications(sendNotifications bool) *EventsInsertCall + func (c *EventsInsertCall) SendUpdates(sendUpdates string) *EventsInsertCall + func (c *EventsInsertCall) SupportsAttachments(supportsAttachments bool) *EventsInsertCall + type EventsInstancesCall struct + func (c *EventsInstancesCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsInstancesCall + func (c *EventsInstancesCall) Context(ctx context.Context) *EventsInstancesCall + func (c *EventsInstancesCall) Do(opts ...googleapi.CallOption) (*Events, error) + func (c *EventsInstancesCall) Fields(s ...googleapi.Field) *EventsInstancesCall + func (c *EventsInstancesCall) Header() http.Header + func (c *EventsInstancesCall) IfNoneMatch(entityTag string) *EventsInstancesCall + func (c *EventsInstancesCall) MaxAttendees(maxAttendees int64) *EventsInstancesCall + func (c *EventsInstancesCall) MaxResults(maxResults int64) *EventsInstancesCall + func (c *EventsInstancesCall) OriginalStart(originalStart string) *EventsInstancesCall + func (c *EventsInstancesCall) PageToken(pageToken string) *EventsInstancesCall + func (c *EventsInstancesCall) Pages(ctx context.Context, f func(*Events) error) error + func (c *EventsInstancesCall) ShowDeleted(showDeleted bool) *EventsInstancesCall + func (c *EventsInstancesCall) TimeMax(timeMax string) *EventsInstancesCall + func (c *EventsInstancesCall) TimeMin(timeMin string) *EventsInstancesCall + func (c *EventsInstancesCall) TimeZone(timeZone string) *EventsInstancesCall + type EventsListCall struct + func (c *EventsListCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsListCall + func (c *EventsListCall) Context(ctx context.Context) *EventsListCall + func (c *EventsListCall) Do(opts ...googleapi.CallOption) (*Events, error) + func (c *EventsListCall) Fields(s ...googleapi.Field) *EventsListCall + func (c *EventsListCall) Header() http.Header + func (c *EventsListCall) ICalUID(iCalUID string) *EventsListCall + func (c *EventsListCall) IfNoneMatch(entityTag string) *EventsListCall + func (c *EventsListCall) MaxAttendees(maxAttendees int64) *EventsListCall + func (c *EventsListCall) MaxResults(maxResults int64) *EventsListCall + func (c *EventsListCall) OrderBy(orderBy string) *EventsListCall + func (c *EventsListCall) PageToken(pageToken string) *EventsListCall + func (c *EventsListCall) Pages(ctx context.Context, f func(*Events) error) error + func (c *EventsListCall) PrivateExtendedProperty(privateExtendedProperty ...string) *EventsListCall + func (c *EventsListCall) Q(q string) *EventsListCall + func (c *EventsListCall) SharedExtendedProperty(sharedExtendedProperty ...string) *EventsListCall + func (c *EventsListCall) ShowDeleted(showDeleted bool) *EventsListCall + func (c *EventsListCall) ShowHiddenInvitations(showHiddenInvitations bool) *EventsListCall + func (c *EventsListCall) SingleEvents(singleEvents bool) *EventsListCall + func (c *EventsListCall) SyncToken(syncToken string) *EventsListCall + func (c *EventsListCall) TimeMax(timeMax string) *EventsListCall + func (c *EventsListCall) TimeMin(timeMin string) *EventsListCall + func (c *EventsListCall) TimeZone(timeZone string) *EventsListCall + func (c *EventsListCall) UpdatedMin(updatedMin string) *EventsListCall + type EventsMoveCall struct + func (c *EventsMoveCall) Context(ctx context.Context) *EventsMoveCall + func (c *EventsMoveCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsMoveCall) Fields(s ...googleapi.Field) *EventsMoveCall + func (c *EventsMoveCall) Header() http.Header + func (c *EventsMoveCall) SendNotifications(sendNotifications bool) *EventsMoveCall + func (c *EventsMoveCall) SendUpdates(sendUpdates string) *EventsMoveCall + type EventsPatchCall struct + func (c *EventsPatchCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsPatchCall + func (c *EventsPatchCall) ConferenceDataVersion(conferenceDataVersion int64) *EventsPatchCall + func (c *EventsPatchCall) Context(ctx context.Context) *EventsPatchCall + func (c *EventsPatchCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsPatchCall) Fields(s ...googleapi.Field) *EventsPatchCall + func (c *EventsPatchCall) Header() http.Header + func (c *EventsPatchCall) MaxAttendees(maxAttendees int64) *EventsPatchCall + func (c *EventsPatchCall) SendNotifications(sendNotifications bool) *EventsPatchCall + func (c *EventsPatchCall) SendUpdates(sendUpdates string) *EventsPatchCall + func (c *EventsPatchCall) SupportsAttachments(supportsAttachments bool) *EventsPatchCall + type EventsQuickAddCall struct + func (c *EventsQuickAddCall) Context(ctx context.Context) *EventsQuickAddCall + func (c *EventsQuickAddCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsQuickAddCall) Fields(s ...googleapi.Field) *EventsQuickAddCall + func (c *EventsQuickAddCall) Header() http.Header + func (c *EventsQuickAddCall) SendNotifications(sendNotifications bool) *EventsQuickAddCall + func (c *EventsQuickAddCall) SendUpdates(sendUpdates string) *EventsQuickAddCall + type EventsService struct + func NewEventsService(s *Service) *EventsService + func (r *EventsService) Delete(calendarId string, eventId string) *EventsDeleteCall + func (r *EventsService) Get(calendarId string, eventId string) *EventsGetCall + func (r *EventsService) Import(calendarId string, event *Event) *EventsImportCall + func (r *EventsService) Insert(calendarId string, event *Event) *EventsInsertCall + func (r *EventsService) Instances(calendarId string, eventId string) *EventsInstancesCall + func (r *EventsService) List(calendarId string) *EventsListCall + func (r *EventsService) Move(calendarId string, eventId string, destinationid string) *EventsMoveCall + func (r *EventsService) Patch(calendarId string, eventId string, event *Event) *EventsPatchCall + func (r *EventsService) QuickAdd(calendarId string, text string) *EventsQuickAddCall + func (r *EventsService) Update(calendarId string, eventId string, event *Event) *EventsUpdateCall + func (r *EventsService) Watch(calendarId string, channel *Channel) *EventsWatchCall + type EventsUpdateCall struct + func (c *EventsUpdateCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsUpdateCall + func (c *EventsUpdateCall) ConferenceDataVersion(conferenceDataVersion int64) *EventsUpdateCall + func (c *EventsUpdateCall) Context(ctx context.Context) *EventsUpdateCall + func (c *EventsUpdateCall) Do(opts ...googleapi.CallOption) (*Event, error) + func (c *EventsUpdateCall) Fields(s ...googleapi.Field) *EventsUpdateCall + func (c *EventsUpdateCall) Header() http.Header + func (c *EventsUpdateCall) MaxAttendees(maxAttendees int64) *EventsUpdateCall + func (c *EventsUpdateCall) SendNotifications(sendNotifications bool) *EventsUpdateCall + func (c *EventsUpdateCall) SendUpdates(sendUpdates string) *EventsUpdateCall + func (c *EventsUpdateCall) SupportsAttachments(supportsAttachments bool) *EventsUpdateCall + type EventsWatchCall struct + func (c *EventsWatchCall) AlwaysIncludeEmail(alwaysIncludeEmail bool) *EventsWatchCall + func (c *EventsWatchCall) Context(ctx context.Context) *EventsWatchCall + func (c *EventsWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *EventsWatchCall) Fields(s ...googleapi.Field) *EventsWatchCall + func (c *EventsWatchCall) Header() http.Header + func (c *EventsWatchCall) ICalUID(iCalUID string) *EventsWatchCall + func (c *EventsWatchCall) MaxAttendees(maxAttendees int64) *EventsWatchCall + func (c *EventsWatchCall) MaxResults(maxResults int64) *EventsWatchCall + func (c *EventsWatchCall) OrderBy(orderBy string) *EventsWatchCall + func (c *EventsWatchCall) PageToken(pageToken string) *EventsWatchCall + func (c *EventsWatchCall) PrivateExtendedProperty(privateExtendedProperty ...string) *EventsWatchCall + func (c *EventsWatchCall) Q(q string) *EventsWatchCall + func (c *EventsWatchCall) SharedExtendedProperty(sharedExtendedProperty ...string) *EventsWatchCall + func (c *EventsWatchCall) ShowDeleted(showDeleted bool) *EventsWatchCall + func (c *EventsWatchCall) ShowHiddenInvitations(showHiddenInvitations bool) *EventsWatchCall + func (c *EventsWatchCall) SingleEvents(singleEvents bool) *EventsWatchCall + func (c *EventsWatchCall) SyncToken(syncToken string) *EventsWatchCall + func (c *EventsWatchCall) TimeMax(timeMax string) *EventsWatchCall + func (c *EventsWatchCall) TimeMin(timeMin string) *EventsWatchCall + func (c *EventsWatchCall) TimeZone(timeZone string) *EventsWatchCall + func (c *EventsWatchCall) UpdatedMin(updatedMin string) *EventsWatchCall + type FreeBusyCalendar struct + Busy []*TimePeriod + Errors []*Error + ForceSendFields []string + NullFields []string + func (s *FreeBusyCalendar) MarshalJSON() ([]byte, error) + type FreeBusyGroup struct + Calendars []string + Errors []*Error + ForceSendFields []string + NullFields []string + func (s *FreeBusyGroup) MarshalJSON() ([]byte, error) + type FreeBusyRequest struct + CalendarExpansionMax int64 + ForceSendFields []string + GroupExpansionMax int64 + Items []*FreeBusyRequestItem + NullFields []string + TimeMax string + TimeMin string + TimeZone string + func (s *FreeBusyRequest) MarshalJSON() ([]byte, error) + type FreeBusyRequestItem struct + ForceSendFields []string + Id string + NullFields []string + func (s *FreeBusyRequestItem) MarshalJSON() ([]byte, error) + type FreeBusyResponse struct + Calendars map[string]FreeBusyCalendar + ForceSendFields []string + Groups map[string]FreeBusyGroup + Kind string + NullFields []string + TimeMax string + TimeMin string + func (s *FreeBusyResponse) MarshalJSON() ([]byte, error) + type FreebusyQueryCall struct + func (c *FreebusyQueryCall) Context(ctx context.Context) *FreebusyQueryCall + func (c *FreebusyQueryCall) Do(opts ...googleapi.CallOption) (*FreeBusyResponse, error) + func (c *FreebusyQueryCall) Fields(s ...googleapi.Field) *FreebusyQueryCall + func (c *FreebusyQueryCall) Header() http.Header + type FreebusyService struct + func NewFreebusyService(s *Service) *FreebusyService + func (r *FreebusyService) Query(freebusyrequest *FreeBusyRequest) *FreebusyQueryCall + type Service struct + Acl *AclService + BasePath string + CalendarList *CalendarListService + Calendars *CalendarsService + Channels *ChannelsService + Colors *ColorsService + Events *EventsService + Freebusy *FreebusyService + Settings *SettingsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Setting struct + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + Value string + func (s *Setting) MarshalJSON() ([]byte, error) + type Settings struct + Etag string + ForceSendFields []string + Items []*Setting + Kind string + NextPageToken string + NextSyncToken string + NullFields []string + func (s *Settings) MarshalJSON() ([]byte, error) + type SettingsGetCall struct + func (c *SettingsGetCall) Context(ctx context.Context) *SettingsGetCall + func (c *SettingsGetCall) Do(opts ...googleapi.CallOption) (*Setting, error) + func (c *SettingsGetCall) Fields(s ...googleapi.Field) *SettingsGetCall + func (c *SettingsGetCall) Header() http.Header + func (c *SettingsGetCall) IfNoneMatch(entityTag string) *SettingsGetCall + type SettingsListCall struct + func (c *SettingsListCall) Context(ctx context.Context) *SettingsListCall + func (c *SettingsListCall) Do(opts ...googleapi.CallOption) (*Settings, error) + func (c *SettingsListCall) Fields(s ...googleapi.Field) *SettingsListCall + func (c *SettingsListCall) Header() http.Header + func (c *SettingsListCall) IfNoneMatch(entityTag string) *SettingsListCall + func (c *SettingsListCall) MaxResults(maxResults int64) *SettingsListCall + func (c *SettingsListCall) PageToken(pageToken string) *SettingsListCall + func (c *SettingsListCall) Pages(ctx context.Context, f func(*Settings) error) error + func (c *SettingsListCall) SyncToken(syncToken string) *SettingsListCall + type SettingsService struct + func NewSettingsService(s *Service) *SettingsService + func (r *SettingsService) Get(setting string) *SettingsGetCall + func (r *SettingsService) List() *SettingsListCall + func (r *SettingsService) Watch(channel *Channel) *SettingsWatchCall + type SettingsWatchCall struct + func (c *SettingsWatchCall) Context(ctx context.Context) *SettingsWatchCall + func (c *SettingsWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error) + func (c *SettingsWatchCall) Fields(s ...googleapi.Field) *SettingsWatchCall + func (c *SettingsWatchCall) Header() http.Header + func (c *SettingsWatchCall) MaxResults(maxResults int64) *SettingsWatchCall + func (c *SettingsWatchCall) PageToken(pageToken string) *SettingsWatchCall + func (c *SettingsWatchCall) SyncToken(syncToken string) *SettingsWatchCall + type TimePeriod struct + End string + ForceSendFields []string + NullFields []string + Start string + func (s *TimePeriod) MarshalJSON() ([]byte, error)