GapiCalendarV3Service.EventsResource
module SendUpdates : sig ... end
module OrderBy : sig ... end
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?timeZone:string ->
?maxAttendees:int ->
?alwaysIncludeEmail:bool ->
calendarId:string ->
eventId:string ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Returns an event.
val instances :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?timeZone:string ->
?timeMin:GapiDate.t ->
?timeMax:GapiDate.t ->
?pageToken:string ->
?maxResults:int ->
?originalStart:string ->
?alwaysIncludeEmail:bool ->
?showDeleted:bool ->
?maxAttendees:int ->
calendarId:string ->
eventId:string ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Events.t * GapiConversation.Session.t
Returns instances of the specified recurring event.
val quickAdd :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?sendNotifications:bool ->
?sendUpdates:SendUpdates.t ->
calendarId:string ->
text:string ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Creates an event based on a simple text string.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?maxResults:int ->
?q:string ->
?timeZone:string ->
?sharedExtendedProperty:string list ->
?syncToken:string ->
?updatedMin:GapiDate.t ->
?maxAttendees:int ->
?privateExtendedProperty:string list ->
?singleEvents:bool ->
?showDeleted:bool ->
?orderBy:OrderBy.t ->
?alwaysIncludeEmail:bool ->
?showHiddenInvitations:bool ->
?pageToken:string ->
?timeMin:GapiDate.t ->
?timeMax:GapiDate.t ->
?iCalUID:string ->
calendarId:string ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Events.t * GapiConversation.Session.t
Returns events on the specified calendar.
val delete :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?sendNotifications:bool ->
?sendUpdates:SendUpdates.t ->
calendarId:string ->
eventId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Deletes an event.
val watch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?maxResults:int ->
?timeMax:GapiDate.t ->
?timeZone:string ->
?iCalUID:string ->
?privateExtendedProperty:string list ->
?orderBy:OrderBy.t ->
?singleEvents:bool ->
?showDeleted:bool ->
?q:string ->
?sharedExtendedProperty:string list ->
?updatedMin:GapiDate.t ->
?timeMin:GapiDate.t ->
?pageToken:string ->
?syncToken:string ->
?showHiddenInvitations:bool ->
?maxAttendees:int ->
?alwaysIncludeEmail:bool ->
calendarId:string ->
GapiCalendarV3Model.Channel.t ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Channel.t * GapiConversation.Session.t
Watch for changes to Events resources.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?conferenceDataVersion:int ->
?maxAttendees:int ->
?supportsAttachments:bool ->
?sendNotifications:bool ->
?sendUpdates:SendUpdates.t ->
calendarId:string ->
GapiCalendarV3Model.Event.t ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Creates an event.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?sendNotifications:bool ->
?conferenceDataVersion:int ->
?maxAttendees:int ->
?alwaysIncludeEmail:bool ->
?supportsAttachments:bool ->
?sendUpdates:SendUpdates.t ->
calendarId:string ->
eventId:string ->
GapiCalendarV3Model.Event.t ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Updates an event. This method supports patch semantics.
val move :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?sendNotifications:bool ->
?sendUpdates:SendUpdates.t ->
calendarId:string ->
eventId:string ->
destination:string ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Moves an event to another calendar, i.e. changes an event's organizer.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?conferenceDataVersion:int ->
?sendNotifications:bool ->
?supportsAttachments:bool ->
?sendUpdates:SendUpdates.t ->
?maxAttendees:int ->
?alwaysIncludeEmail:bool ->
calendarId:string ->
eventId:string ->
GapiCalendarV3Model.Event.t ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Updates an event.
val import :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?supportsAttachments:bool ->
?conferenceDataVersion:int ->
calendarId:string ->
GapiCalendarV3Model.Event.t ->
GapiConversation.Session.t ->
GapiCalendarV3Model.Event.t * GapiConversation.Session.t
Imports an event. This operation is used to add a private copy of an existing event to a calendar.