Patch
|
|||||
|
|
Updates an event. This method supports patch semantics
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- See, edit, share, and permanently delete all the calendars you can access using Google Calendar
- View and edit events on all your calendars
Input
This building block consumes 126 input parameters
Name | Format | Description |
---|---|---|
calendarId Required |
STRING |
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
eventId Required |
STRING |
Event identifier |
alwaysIncludeEmail |
BOOLEAN |
Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False |
conferenceDataVersion |
INTEGER |
Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0 |
maxAttendees |
INTEGER |
The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional |
sendNotifications |
BOOLEAN |
Deprecated. Please use sendUpdates instead. Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false |
sendUpdates |
ENUMERATION |
Guests who should receive notifications about the event update (for example, title changes, etc.) |
supportsAttachments |
BOOLEAN |
Whether API client performing operation supports event attachments. Optional. The default is False |
anyoneCanAddSelf |
BOOLEAN |
Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False |
attachments[] |
OBJECT |
|
attachments[].fileId |
STRING |
ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API |
attachments[].fileUrl |
STRING |
URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment |
attachments[].iconLink |
STRING |
URL link to the attachment's icon. Read-only |
attachments[].mimeType |
STRING |
Internet media type (MIME type) of the attachment |
attachments[].title |
STRING |
Attachment title |
attendees[] |
OBJECT |
|
attendees[].additionalGuests |
INTEGER |
Number of additional guests. Optional. The default is 0 |
attendees[].comment |
STRING |
The attendee's response comment. Optional |
attendees[].displayName |
STRING |
The attendee's name, if available. Optional |
attendees[].email |
STRING |
The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee |
attendees[].id |
STRING |
The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
attendees[].optional |
BOOLEAN |
Whether this is an optional attendee. Optional. The default is False |
attendees[].organizer |
BOOLEAN |
Whether the attendee is the organizer of the event. Read-only. The default is False |
attendees[].resource |
BOOLEAN |
Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False |
attendees[].responseStatus |
STRING |
The attendee's response status. Possible values are:
|
attendees[].self |
BOOLEAN |
Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False |
attendeesOmitted |
BOOLEAN |
Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False |
colorId |
STRING |
The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional |
conferenceData |
OBJECT |
|
conferenceData.conferenceId |
STRING |
The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types:
|
conferenceData.conferenceSolution |
OBJECT |
|
conferenceData.conferenceSolution.iconUri |
STRING |
The user-visible icon for this solution |
conferenceData.conferenceSolution.key |
OBJECT |
|
conferenceData.conferenceSolution.key.type |
STRING |
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.conferenceSolution.name |
STRING |
The user-visible name of this solution. Not localized |
conferenceData.createRequest |
OBJECT |
|
conferenceData.createRequest.conferenceSolutionKey |
OBJECT |
|
conferenceData.createRequest.conferenceSolutionKey.type |
STRING |
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.createRequest.requestId |
STRING |
The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored |
conferenceData.createRequest.status |
OBJECT |
|
conferenceData.createRequest.status.statusCode |
STRING |
The current status of the conference create request. Read-only. The possible values are:
|
conferenceData.entryPoints[] |
OBJECT |
|
conferenceData.entryPoints[].accessCode |
STRING |
The access code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].entryPointFeatures[] |
STRING |
|
conferenceData.entryPoints[].entryPointType |
STRING |
The type of the conference entry point. Possible values are:
|
conferenceData.entryPoints[].label |
STRING |
The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters. Examples:
|
conferenceData.entryPoints[].meetingCode |
STRING |
The meeting code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].passcode |
STRING |
The passcode to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed |
conferenceData.entryPoints[].password |
STRING |
The password to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].pin |
STRING |
The PIN to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].regionCode |
STRING |
The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden. Calendar backend will populate this field only for EntryPointType.PHONE |
conferenceData.entryPoints[].uri |
STRING |
The URI of the entry point. The maximum length is 1300 characters. Format:
|
conferenceData.notes |
STRING |
Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional |
conferenceData.parameters |
OBJECT |
|
conferenceData.parameters.addOnParameters |
OBJECT |
|
conferenceData.parameters.addOnParameters.parameters |
OBJECT |
|
conferenceData.parameters.addOnParameters.parameters.customKey.value Required |
STRING |
|
conferenceData.signature |
STRING |
The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request |
created |
DATE_TIME |
Creation time of the event (as a RFC3339 timestamp). Read-only |
creator |
OBJECT |
The creator of the event. Read-only |
creator.displayName |
STRING |
The creator's name, if available |
creator.email |
STRING |
The creator's email address, if available |
creator.id |
STRING |
The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
creator.self |
BOOLEAN |
Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
description |
STRING |
Description of the event. Optional |
end |
OBJECT |
|
end.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
end.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
end.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
endTimeUnspecified |
BOOLEAN |
Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False |
etag |
STRING |
ETag of the resource |
extendedProperties |
OBJECT |
Extended properties of the event |
extendedProperties.private |
OBJECT |
Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.private.customKey.value Required |
STRING |
Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.shared |
OBJECT |
Properties that are shared between copies of the event on other attendees' calendars |
extendedProperties.shared.customKey.value Required |
STRING |
Properties that are shared between copies of the event on other attendees' calendars |
gadget |
OBJECT |
A gadget that extends this event |
gadget.display |
STRING |
The gadget's display mode. Optional. Possible values are:
|
gadget.height |
INTEGER |
The gadget's height in pixels. The height must be an integer greater than 0. Optional |
gadget.iconLink |
STRING |
The gadget's icon URL. The URL scheme must be HTTPS |
gadget.link |
STRING |
The gadget's URL. The URL scheme must be HTTPS |
gadget.preferences |
OBJECT |
Preferences |
gadget.preferences.customKey.value Required |
STRING |
Preferences |
gadget.title |
STRING |
The gadget's title |
gadget.type |
STRING |
The gadget's type |
gadget.width |
INTEGER |
The gadget's width in pixels. The width must be an integer greater than 0. Optional |
guestsCanInviteOthers |
BOOLEAN |
Whether attendees other than the organizer can invite others to the event. Optional. The default is True |
guestsCanModify |
BOOLEAN |
Whether attendees other than the organizer can modify the event. Optional. The default is False |
guestsCanSeeOtherGuests |
BOOLEAN |
Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True |
hangoutLink |
STRING |
An absolute link to the Google+ hangout associated with this event. Read-only |
htmlLink |
STRING |
An absolute link to this event in the Google Calendar Web UI. Read-only |
iCalUID |
STRING |
Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method. Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs |
id |
STRING |
Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
|
kind |
STRING |
Type of the resource ("calendar#event") |
location |
STRING |
Geographic location of the event as free-form text. Optional |
locked |
BOOLEAN |
Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only |
organizer |
OBJECT |
The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event |
organizer.displayName |
STRING |
The organizer's name, if available |
organizer.email |
STRING |
The organizer's email address, if available. It must be a valid email address as per RFC5322 |
organizer.id |
STRING |
The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
organizer.self |
BOOLEAN |
Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
originalStartTime |
OBJECT |
|
originalStartTime.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
originalStartTime.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
originalStartTime.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
privateCopy |
BOOLEAN |
Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False |
recurrence[] |
STRING |
|
recurringEventId |
STRING |
For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable |
reminders |
OBJECT |
Information about the event's reminders for the authenticated user |
reminders.overrides[] |
OBJECT |
|
reminders.overrides[].method |
STRING |
The method used by this reminder. Possible values are:
|
reminders.overrides[].minutes |
INTEGER |
Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder |
reminders.useDefault |
BOOLEAN |
Whether the default reminders of the calendar apply to the event |
sequence |
INTEGER |
Sequence number as per iCalendar |
source |
OBJECT |
Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event |
source.title |
STRING |
Title of the source; for example a title of a web page or an email subject |
source.url |
STRING |
URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS |
start |
OBJECT |
|
start.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
start.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
start.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
status |
STRING |
Status of the event. Optional. Possible values are:
|
summary |
STRING |
Title of the event |
transparency |
STRING |
Whether the event blocks time on the calendar. Optional. Possible values are:
|
updated |
DATE_TIME |
Last modification time of the event (as a RFC3339 timestamp). Read-only |
visibility |
STRING |
Visibility of the event. Optional. Possible values are:
|
= Parameter name
= Format
calendarId STRING Required Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
eventId STRING Required Event identifier |
alwaysIncludeEmail BOOLEAN Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False |
conferenceDataVersion INTEGER Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0 |
maxAttendees INTEGER The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional |
sendNotifications BOOLEAN Deprecated. Please use sendUpdates instead. Whether to send notifications about the event update (for example, description changes, etc.). Note that some emails might still be sent even if you set the value to false. The default is false |
sendUpdates ENUMERATION Guests who should receive notifications about the event update (for example, title changes, etc.) |
supportsAttachments BOOLEAN Whether API client performing operation supports event attachments. Optional. The default is False |
anyoneCanAddSelf BOOLEAN Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False |
attachments[] OBJECT |
attachments[].fileId STRING ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API |
attachments[].fileUrl STRING URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment |
attachments[].iconLink STRING URL link to the attachment's icon. Read-only |
attachments[].mimeType STRING Internet media type (MIME type) of the attachment |
attachments[].title STRING Attachment title |
attendees[] OBJECT |
attendees[].additionalGuests INTEGER Number of additional guests. Optional. The default is 0 |
attendees[].comment STRING The attendee's response comment. Optional |
attendees[].displayName STRING The attendee's name, if available. Optional |
attendees[].email STRING The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee |
attendees[].id STRING The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
attendees[].optional BOOLEAN Whether this is an optional attendee. Optional. The default is False |
attendees[].organizer BOOLEAN Whether the attendee is the organizer of the event. Read-only. The default is False |
attendees[].resource BOOLEAN Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False |
attendees[].responseStatus STRING The attendee's response status. Possible values are:
|
attendees[].self BOOLEAN Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False |
attendeesOmitted BOOLEAN Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False |
colorId STRING The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional |
conferenceData OBJECT |
conferenceData.conferenceId STRING The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types:
|
conferenceData.conferenceSolution OBJECT |
conferenceData.conferenceSolution.iconUri STRING The user-visible icon for this solution |
conferenceData.conferenceSolution.key OBJECT |
conferenceData.conferenceSolution.key.type STRING The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.conferenceSolution.name STRING The user-visible name of this solution. Not localized |
conferenceData.createRequest OBJECT |
conferenceData.createRequest.conferenceSolutionKey OBJECT |
conferenceData.createRequest.conferenceSolutionKey.type STRING The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.createRequest.requestId STRING The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored |
conferenceData.createRequest.status OBJECT |
conferenceData.createRequest.status.statusCode STRING The current status of the conference create request. Read-only. The possible values are:
|
conferenceData.entryPoints[] OBJECT |
conferenceData.entryPoints[].accessCode STRING The access code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].entryPointFeatures[] STRING |
conferenceData.entryPoints[].entryPointType STRING The type of the conference entry point. Possible values are:
|
conferenceData.entryPoints[].label STRING The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters. Examples:
|
conferenceData.entryPoints[].meetingCode STRING The meeting code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].passcode STRING The passcode to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed |
conferenceData.entryPoints[].password STRING The password to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].pin STRING The PIN to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].regionCode STRING The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden. Calendar backend will populate this field only for EntryPointType.PHONE |
conferenceData.entryPoints[].uri STRING The URI of the entry point. The maximum length is 1300 characters. Format:
|
conferenceData.notes STRING Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional |
conferenceData.parameters OBJECT |
conferenceData.parameters.addOnParameters OBJECT |
conferenceData.parameters.addOnParameters.parameters OBJECT |
conferenceData.parameters.addOnParameters.parameters.customKey.value STRING Required |
conferenceData.signature STRING The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request |
created DATE_TIME Creation time of the event (as a RFC3339 timestamp). Read-only |
creator OBJECT The creator of the event. Read-only |
creator.displayName STRING The creator's name, if available |
creator.email STRING The creator's email address, if available |
creator.id STRING The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
creator.self BOOLEAN Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
description STRING Description of the event. Optional |
end OBJECT |
end.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
end.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
end.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
endTimeUnspecified BOOLEAN Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False |
etag STRING ETag of the resource |
extendedProperties OBJECT Extended properties of the event |
extendedProperties.private OBJECT Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.private.customKey.value STRING Required Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.shared OBJECT Properties that are shared between copies of the event on other attendees' calendars |
extendedProperties.shared.customKey.value STRING Required Properties that are shared between copies of the event on other attendees' calendars |
gadget OBJECT A gadget that extends this event |
gadget.display STRING The gadget's display mode. Optional. Possible values are:
|
gadget.height INTEGER The gadget's height in pixels. The height must be an integer greater than 0. Optional |
gadget.iconLink STRING The gadget's icon URL. The URL scheme must be HTTPS |
gadget.link STRING The gadget's URL. The URL scheme must be HTTPS |
gadget.preferences OBJECT Preferences |
gadget.preferences.customKey.value STRING Required Preferences |
gadget.title STRING The gadget's title |
gadget.type STRING The gadget's type |
gadget.width INTEGER The gadget's width in pixels. The width must be an integer greater than 0. Optional |
guestsCanInviteOthers BOOLEAN Whether attendees other than the organizer can invite others to the event. Optional. The default is True |
guestsCanModify BOOLEAN Whether attendees other than the organizer can modify the event. Optional. The default is False |
guestsCanSeeOtherGuests BOOLEAN Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True |
hangoutLink STRING An absolute link to the Google+ hangout associated with this event. Read-only |
htmlLink STRING An absolute link to this event in the Google Calendar Web UI. Read-only |
iCalUID STRING Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method. Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs |
id STRING Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
|
kind STRING Type of the resource ("calendar#event") |
location STRING Geographic location of the event as free-form text. Optional |
locked BOOLEAN Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only |
organizer OBJECT The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event |
organizer.displayName STRING The organizer's name, if available |
organizer.email STRING The organizer's email address, if available. It must be a valid email address as per RFC5322 |
organizer.id STRING The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
organizer.self BOOLEAN Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
originalStartTime OBJECT |
originalStartTime.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
originalStartTime.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
originalStartTime.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
privateCopy BOOLEAN Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False |
recurrence[] STRING |
recurringEventId STRING For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable |
reminders OBJECT Information about the event's reminders for the authenticated user |
reminders.overrides[] OBJECT |
reminders.overrides[].method STRING The method used by this reminder. Possible values are:
|
reminders.overrides[].minutes INTEGER Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder |
reminders.useDefault BOOLEAN Whether the default reminders of the calendar apply to the event |
sequence INTEGER Sequence number as per iCalendar |
source OBJECT Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event |
source.title STRING Title of the source; for example a title of a web page or an email subject |
source.url STRING URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS |
start OBJECT |
start.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
start.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
start.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
status STRING Status of the event. Optional. Possible values are:
|
summary STRING Title of the event |
transparency STRING Whether the event blocks time on the calendar. Optional. Possible values are:
|
updated DATE_TIME Last modification time of the event (as a RFC3339 timestamp). Read-only |
visibility STRING Visibility of the event. Optional. Possible values are:
|
Output
This building block provides 118 output parameters
Name | Format | Description |
---|---|---|
anyoneCanAddSelf |
BOOLEAN |
Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False |
attachments[] |
OBJECT |
|
attachments[].fileId |
STRING |
ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API |
attachments[].fileUrl |
STRING |
URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment |
attachments[].iconLink |
STRING |
URL link to the attachment's icon. Read-only |
attachments[].mimeType |
STRING |
Internet media type (MIME type) of the attachment |
attachments[].title |
STRING |
Attachment title |
attendees[] |
OBJECT |
|
attendees[].additionalGuests |
INTEGER |
Number of additional guests. Optional. The default is 0 |
attendees[].comment |
STRING |
The attendee's response comment. Optional |
attendees[].displayName |
STRING |
The attendee's name, if available. Optional |
attendees[].email |
STRING |
The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee |
attendees[].id |
STRING |
The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
attendees[].optional |
BOOLEAN |
Whether this is an optional attendee. Optional. The default is False |
attendees[].organizer |
BOOLEAN |
Whether the attendee is the organizer of the event. Read-only. The default is False |
attendees[].resource |
BOOLEAN |
Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False |
attendees[].responseStatus |
STRING |
The attendee's response status. Possible values are:
|
attendees[].self |
BOOLEAN |
Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False |
attendeesOmitted |
BOOLEAN |
Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False |
colorId |
STRING |
The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional |
conferenceData |
OBJECT |
|
conferenceData.conferenceId |
STRING |
The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types:
|
conferenceData.conferenceSolution |
OBJECT |
|
conferenceData.conferenceSolution.iconUri |
STRING |
The user-visible icon for this solution |
conferenceData.conferenceSolution.key |
OBJECT |
|
conferenceData.conferenceSolution.key.type |
STRING |
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.conferenceSolution.name |
STRING |
The user-visible name of this solution. Not localized |
conferenceData.createRequest |
OBJECT |
|
conferenceData.createRequest.conferenceSolutionKey |
OBJECT |
|
conferenceData.createRequest.conferenceSolutionKey.type |
STRING |
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.createRequest.requestId |
STRING |
The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored |
conferenceData.createRequest.status |
OBJECT |
|
conferenceData.createRequest.status.statusCode |
STRING |
The current status of the conference create request. Read-only. The possible values are:
|
conferenceData.entryPoints[] |
OBJECT |
|
conferenceData.entryPoints[].accessCode |
STRING |
The access code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].entryPointFeatures[] |
STRING |
|
conferenceData.entryPoints[].entryPointType |
STRING |
The type of the conference entry point. Possible values are:
|
conferenceData.entryPoints[].label |
STRING |
The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters. Examples:
|
conferenceData.entryPoints[].meetingCode |
STRING |
The meeting code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].passcode |
STRING |
The passcode to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed |
conferenceData.entryPoints[].password |
STRING |
The password to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].pin |
STRING |
The PIN to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].regionCode |
STRING |
The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden. Calendar backend will populate this field only for EntryPointType.PHONE |
conferenceData.entryPoints[].uri |
STRING |
The URI of the entry point. The maximum length is 1300 characters. Format:
|
conferenceData.notes |
STRING |
Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional |
conferenceData.parameters |
OBJECT |
|
conferenceData.parameters.addOnParameters |
OBJECT |
|
conferenceData.parameters.addOnParameters.parameters |
OBJECT |
|
conferenceData.parameters.addOnParameters.parameters.customKey.value |
STRING |
|
conferenceData.signature |
STRING |
The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request |
created |
DATE_TIME |
Creation time of the event (as a RFC3339 timestamp). Read-only |
creator |
OBJECT |
The creator of the event. Read-only |
creator.displayName |
STRING |
The creator's name, if available |
creator.email |
STRING |
The creator's email address, if available |
creator.id |
STRING |
The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
creator.self |
BOOLEAN |
Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
description |
STRING |
Description of the event. Optional |
end |
OBJECT |
|
end.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
end.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
end.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
endTimeUnspecified |
BOOLEAN |
Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False |
etag |
STRING |
ETag of the resource |
extendedProperties |
OBJECT |
Extended properties of the event |
extendedProperties.private |
OBJECT |
Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.private.customKey.value |
STRING |
Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.shared |
OBJECT |
Properties that are shared between copies of the event on other attendees' calendars |
extendedProperties.shared.customKey.value |
STRING |
Properties that are shared between copies of the event on other attendees' calendars |
gadget |
OBJECT |
A gadget that extends this event |
gadget.display |
STRING |
The gadget's display mode. Optional. Possible values are:
|
gadget.height |
INTEGER |
The gadget's height in pixels. The height must be an integer greater than 0. Optional |
gadget.iconLink |
STRING |
The gadget's icon URL. The URL scheme must be HTTPS |
gadget.link |
STRING |
The gadget's URL. The URL scheme must be HTTPS |
gadget.preferences |
OBJECT |
Preferences |
gadget.preferences.customKey.value |
STRING |
Preferences |
gadget.title |
STRING |
The gadget's title |
gadget.type |
STRING |
The gadget's type |
gadget.width |
INTEGER |
The gadget's width in pixels. The width must be an integer greater than 0. Optional |
guestsCanInviteOthers |
BOOLEAN |
Whether attendees other than the organizer can invite others to the event. Optional. The default is True |
guestsCanModify |
BOOLEAN |
Whether attendees other than the organizer can modify the event. Optional. The default is False |
guestsCanSeeOtherGuests |
BOOLEAN |
Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True |
hangoutLink |
STRING |
An absolute link to the Google+ hangout associated with this event. Read-only |
htmlLink |
STRING |
An absolute link to this event in the Google Calendar Web UI. Read-only |
iCalUID |
STRING |
Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method. Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs |
id |
STRING |
Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
|
kind |
STRING |
Type of the resource ("calendar#event") |
location |
STRING |
Geographic location of the event as free-form text. Optional |
locked |
BOOLEAN |
Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only |
organizer |
OBJECT |
The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event |
organizer.displayName |
STRING |
The organizer's name, if available |
organizer.email |
STRING |
The organizer's email address, if available. It must be a valid email address as per RFC5322 |
organizer.id |
STRING |
The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
organizer.self |
BOOLEAN |
Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
originalStartTime |
OBJECT |
|
originalStartTime.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
originalStartTime.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
originalStartTime.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
privateCopy |
BOOLEAN |
Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False |
recurrence[] |
STRING |
|
recurringEventId |
STRING |
For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable |
reminders |
OBJECT |
Information about the event's reminders for the authenticated user |
reminders.overrides[] |
OBJECT |
|
reminders.overrides[].method |
STRING |
The method used by this reminder. Possible values are:
|
reminders.overrides[].minutes |
INTEGER |
Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder |
reminders.useDefault |
BOOLEAN |
Whether the default reminders of the calendar apply to the event |
sequence |
INTEGER |
Sequence number as per iCalendar |
source |
OBJECT |
Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event |
source.title |
STRING |
Title of the source; for example a title of a web page or an email subject |
source.url |
STRING |
URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS |
start |
OBJECT |
|
start.date |
DATE |
The date, in the format "yyyy-mm-dd", if this is an all-day event |
start.dateTime |
DATE_TIME |
The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
start.timeZone |
STRING |
The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
status |
STRING |
Status of the event. Optional. Possible values are:
|
summary |
STRING |
Title of the event |
transparency |
STRING |
Whether the event blocks time on the calendar. Optional. Possible values are:
|
updated |
DATE_TIME |
Last modification time of the event (as a RFC3339 timestamp). Read-only |
visibility |
STRING |
Visibility of the event. Optional. Possible values are:
|
= Parameter name
= Format
anyoneCanAddSelf BOOLEAN Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False |
attachments[] OBJECT |
attachments[].fileId STRING ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API |
attachments[].fileUrl STRING URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment |
attachments[].iconLink STRING URL link to the attachment's icon. Read-only |
attachments[].mimeType STRING Internet media type (MIME type) of the attachment |
attachments[].title STRING Attachment title |
attendees[] OBJECT |
attendees[].additionalGuests INTEGER Number of additional guests. Optional. The default is 0 |
attendees[].comment STRING The attendee's response comment. Optional |
attendees[].displayName STRING The attendee's name, if available. Optional |
attendees[].email STRING The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. Required when adding an attendee |
attendees[].id STRING The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
attendees[].optional BOOLEAN Whether this is an optional attendee. Optional. The default is False |
attendees[].organizer BOOLEAN Whether the attendee is the organizer of the event. Read-only. The default is False |
attendees[].resource BOOLEAN Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False |
attendees[].responseStatus STRING The attendee's response status. Possible values are:
|
attendees[].self BOOLEAN Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False |
attendeesOmitted BOOLEAN Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False |
colorId STRING The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional |
conferenceData OBJECT |
conferenceData.conferenceId STRING The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types:
|
conferenceData.conferenceSolution OBJECT |
conferenceData.conferenceSolution.iconUri STRING The user-visible icon for this solution |
conferenceData.conferenceSolution.key OBJECT |
conferenceData.conferenceSolution.key.type STRING The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.conferenceSolution.name STRING The user-visible name of this solution. Not localized |
conferenceData.createRequest OBJECT |
conferenceData.createRequest.conferenceSolutionKey OBJECT |
conferenceData.createRequest.conferenceSolutionKey.type STRING The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
|
conferenceData.createRequest.requestId STRING The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored |
conferenceData.createRequest.status OBJECT |
conferenceData.createRequest.status.statusCode STRING The current status of the conference create request. Read-only. The possible values are:
|
conferenceData.entryPoints[] OBJECT |
conferenceData.entryPoints[].accessCode STRING The access code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].entryPointFeatures[] STRING |
conferenceData.entryPoints[].entryPointType STRING The type of the conference entry point. Possible values are:
|
conferenceData.entryPoints[].label STRING The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters. Examples:
|
conferenceData.entryPoints[].meetingCode STRING The meeting code to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].passcode STRING The passcode to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed |
conferenceData.entryPoints[].password STRING The password to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].pin STRING The PIN to access the conference. The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. Optional |
conferenceData.entryPoints[].regionCode STRING The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden. Calendar backend will populate this field only for EntryPointType.PHONE |
conferenceData.entryPoints[].uri STRING The URI of the entry point. The maximum length is 1300 characters. Format:
|
conferenceData.notes STRING Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional |
conferenceData.parameters OBJECT |
conferenceData.parameters.addOnParameters OBJECT |
conferenceData.parameters.addOnParameters.parameters OBJECT |
conferenceData.parameters.addOnParameters.parameters.customKey.value STRING |
conferenceData.signature STRING The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request |
created DATE_TIME Creation time of the event (as a RFC3339 timestamp). Read-only |
creator OBJECT The creator of the event. Read-only |
creator.displayName STRING The creator's name, if available |
creator.email STRING The creator's email address, if available |
creator.id STRING The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
creator.self BOOLEAN Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
description STRING Description of the event. Optional |
end OBJECT |
end.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
end.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
end.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
endTimeUnspecified BOOLEAN Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False |
etag STRING ETag of the resource |
extendedProperties OBJECT Extended properties of the event |
extendedProperties.private OBJECT Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.private.customKey.value STRING Properties that are private to the copy of the event that appears on this calendar |
extendedProperties.shared OBJECT Properties that are shared between copies of the event on other attendees' calendars |
extendedProperties.shared.customKey.value STRING Properties that are shared between copies of the event on other attendees' calendars |
gadget OBJECT A gadget that extends this event |
gadget.display STRING The gadget's display mode. Optional. Possible values are:
|
gadget.height INTEGER The gadget's height in pixels. The height must be an integer greater than 0. Optional |
gadget.iconLink STRING The gadget's icon URL. The URL scheme must be HTTPS |
gadget.link STRING The gadget's URL. The URL scheme must be HTTPS |
gadget.preferences OBJECT Preferences |
gadget.preferences.customKey.value STRING Preferences |
gadget.title STRING The gadget's title |
gadget.type STRING The gadget's type |
gadget.width INTEGER The gadget's width in pixels. The width must be an integer greater than 0. Optional |
guestsCanInviteOthers BOOLEAN Whether attendees other than the organizer can invite others to the event. Optional. The default is True |
guestsCanModify BOOLEAN Whether attendees other than the organizer can modify the event. Optional. The default is False |
guestsCanSeeOtherGuests BOOLEAN Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True |
hangoutLink STRING An absolute link to the Google+ hangout associated with this event. Read-only |
htmlLink STRING An absolute link to this event in the Google Calendar Web UI. Read-only |
iCalUID STRING Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method. Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs |
id STRING Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
|
kind STRING Type of the resource ("calendar#event") |
location STRING Geographic location of the event as free-form text. Optional |
locked BOOLEAN Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only |
organizer OBJECT The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event |
organizer.displayName STRING The organizer's name, if available |
organizer.email STRING The organizer's email address, if available. It must be a valid email address as per RFC5322 |
organizer.id STRING The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API |
organizer.self BOOLEAN Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False |
originalStartTime OBJECT |
originalStartTime.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
originalStartTime.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
originalStartTime.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
privateCopy BOOLEAN Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False |
recurrence[] STRING |
recurringEventId STRING For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable |
reminders OBJECT Information about the event's reminders for the authenticated user |
reminders.overrides[] OBJECT |
reminders.overrides[].method STRING The method used by this reminder. Possible values are:
|
reminders.overrides[].minutes INTEGER Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder |
reminders.useDefault BOOLEAN Whether the default reminders of the calendar apply to the event |
sequence INTEGER Sequence number as per iCalendar |
source OBJECT Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event |
source.title STRING Title of the source; for example a title of a web page or an email subject |
source.url STRING URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS |
start OBJECT |
start.date DATE The date, in the format "yyyy-mm-dd", if this is an all-day event |
start.dateTime DATE_TIME The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone |
start.timeZone STRING The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end |
status STRING Status of the event. Optional. Possible values are:
|
summary STRING Title of the event |
transparency STRING Whether the event blocks time on the calendar. Optional. Possible values are:
|
updated DATE_TIME Last modification time of the event (as a RFC3339 timestamp). Read-only |
visibility STRING Visibility of the event. Optional. Possible values are:
|