Calendar API: events. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events
Calendar API: events. Manipulates events and other calendar data. See: https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events
(delete$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/delete
Required parameters: calendarId, eventId
Optional parameters: sendNotifications, sendUpdates
Deletes an event.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/delete Required parameters: calendarId, eventId Optional parameters: sendNotifications, sendUpdates Deletes an event.
(get$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/get
Required parameters: calendarId, eventId
Optional parameters: alwaysIncludeEmail, maxAttendees, timeZone
Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/get Required parameters: calendarId, eventId Optional parameters: alwaysIncludeEmail, maxAttendees, timeZone Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID parameter.
(import$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/import
Required parameters: calendarId
Optional parameters: conferenceDataVersion, supportsAttachments
Body:
{:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string}
Imports an event. This operation is used to add a private copy of an existing event to a calendar.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/import Required parameters: calendarId Optional parameters: conferenceDataVersion, supportsAttachments Body: {:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string} Imports an event. This operation is used to add a private copy of an existing event to a calendar.
(insert$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/insert
Required parameters: calendarId
Optional parameters: conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments
Body:
{:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string}
Creates an event.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/insert Required parameters: calendarId Optional parameters: conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments Body: {:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string} Creates an event.
(instances$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/instances
Required parameters: calendarId, eventId
Optional parameters: timeZone, timeMin, maxAttendees, originalStart, pageToken, showDeleted, maxResults, timeMax, alwaysIncludeEmail
Returns instances of the specified recurring event.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/instances Required parameters: calendarId, eventId Optional parameters: timeZone, timeMin, maxAttendees, originalStart, pageToken, showDeleted, maxResults, timeMax, alwaysIncludeEmail Returns instances of the specified recurring event.
(list$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/list
Required parameters: calendarId
Optional parameters: iCalUID, q, timeZone, showHiddenInvitations, timeMin, syncToken, maxAttendees, pageToken, eventTypes, sharedExtendedProperty, privateExtendedProperty, showDeleted, updatedMin, singleEvents, maxResults, timeMax, orderBy, alwaysIncludeEmail
Returns events on the specified calendar.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/list Required parameters: calendarId Optional parameters: iCalUID, q, timeZone, showHiddenInvitations, timeMin, syncToken, maxAttendees, pageToken, eventTypes, sharedExtendedProperty, privateExtendedProperty, showDeleted, updatedMin, singleEvents, maxResults, timeMax, orderBy, alwaysIncludeEmail Returns events on the specified calendar.
(move$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/move
Required parameters: calendarId, destination, eventId
Optional parameters: sendNotifications, sendUpdates
Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; outOfOffice, focusTime and workingLocation events cannot be moved.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/move Required parameters: calendarId, destination, eventId Optional parameters: sendNotifications, sendUpdates Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; outOfOffice, focusTime and workingLocation events cannot be moved.
(patch$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/patch
Required parameters: calendarId, eventId
Optional parameters: alwaysIncludeEmail, conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments
Body:
{:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string}
Updates an event. This method supports patch semantics.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/patch Required parameters: calendarId, eventId Optional parameters: alwaysIncludeEmail, conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments Body: {:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string} Updates an event. This method supports patch semantics.
(quickAdd$ auth parameters)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/quickAdd
Required parameters: calendarId, text
Optional parameters: sendNotifications, sendUpdates
Creates an event based on a simple text string.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/quickAdd Required parameters: calendarId, text Optional parameters: sendNotifications, sendUpdates Creates an event based on a simple text string.
(update$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/update
Required parameters: calendarId, eventId
Optional parameters: alwaysIncludeEmail, conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments
Body:
{:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string}
Updates an event.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/update Required parameters: calendarId, eventId Optional parameters: alwaysIncludeEmail, conferenceDataVersion, maxAttendees, sendNotifications, sendUpdates, supportsAttachments Body: {:iCalUID string, :recurringEventId string, :description string, :eventType string, :creator {:displayName string, :email string, :id string, :self boolean}, :privateCopy boolean, :extendedProperties {:private {}, :shared {}}, :focusTimeProperties {:autoDeclineMode string, :chatStatus string, :declineMessage string}, :updated string, :endTimeUnspecified boolean, :workingLocationProperties {:customLocation {:label string}, :homeOffice any, :officeLocation {:buildingId string, :deskId string, :floorId string, :floorSectionId string, :label string}, :type string}, :attachments [{:fileId string, :fileUrl string, :iconLink string, :mimeType string, :title string}], :conferenceData {:conferenceId string, :conferenceSolution ConferenceSolution, :createRequest CreateConferenceRequest, :entryPoints [EntryPoint], :notes string, :parameters ConferenceParameters, :signature string}, :htmlLink string, :start {:date string, :dateTime string, :timeZone string}, :etag string, :created string, :guestsCanSeeOtherGuests boolean, :originalStartTime {:date string, :dateTime string, :timeZone string}, :source {:title string, :url string}, :summary string, :attendees [{:email string, :displayName string, :additionalGuests integer, :id string, :resource boolean, :optional boolean, :comment string, :responseStatus string, :self boolean, :organizer boolean}], :attendeesOmitted boolean, :anyoneCanAddSelf boolean, :status string, :locked boolean, :id string, :kind string, :sequence integer, :guestsCanInviteOthers boolean, :recurrence [string], :gadget {:display string, :height integer, :iconLink string, :link string, :preferences {}, :title string, :type string, :width integer}, :reminders {:overrides [{:method string, :minutes integer}], :useDefault boolean}, :guestsCanModify boolean, :end {:date string, :dateTime string, :timeZone string}, :outOfOfficeProperties {:autoDeclineMode string, :declineMessage string}, :colorId string, :location string, :visibility string, :hangoutLink string, :organizer {:displayName string, :email string, :id string, :self boolean}, :transparency string} Updates an event.
(watch$ auth parameters body)
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/watch
Required parameters: calendarId
Optional parameters: iCalUID, q, timeZone, showHiddenInvitations, timeMin, syncToken, maxAttendees, pageToken, eventTypes, sharedExtendedProperty, privateExtendedProperty, showDeleted, updatedMin, singleEvents, maxResults, timeMax, orderBy, alwaysIncludeEmail
Body:
{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}
Watch for changes to Events resources.
https://developers.google.com/google-apps/calendar/firstappapi/reference/rest/v3/events/watch Required parameters: calendarId Optional parameters: iCalUID, q, timeZone, showHiddenInvitations, timeMin, syncToken, maxAttendees, pageToken, eventTypes, sharedExtendedProperty, privateExtendedProperty, showDeleted, updatedMin, singleEvents, maxResults, timeMax, orderBy, alwaysIncludeEmail Body: {:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string} Watch for changes to Events resources.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close