blob: d130cdc0bdf39d7dabaf4666afb6727d51ba6e7c [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.events.html">events</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070081 <code><a href="#delete">delete(calendarId, eventId, sendNotifications=None, sendUpdates=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040082<p class="firstline">Deletes an event.</p>
83<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080084 <code><a href="#get">get(calendarId, eventId, maxAttendees=None, alwaysIncludeEmail=None, timeZone=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Returns an event.</p>
86<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070087 <code><a href="#import_">import_(calendarId, body=None, conferenceDataVersion=None, supportsAttachments=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Imports an event. This operation is used to add a private copy of an existing event to a calendar.</p>
89<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080090 <code><a href="#insert">insert(calendarId, body=None, sendNotifications=None, supportsAttachments=None, conferenceDataVersion=None, maxAttendees=None, sendUpdates=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040091<p class="firstline">Creates an event.</p>
92<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080093 <code><a href="#instances">instances(calendarId, eventId, pageToken=None, showDeleted=None, timeZone=None, timeMin=None, maxResults=None, maxAttendees=None, originalStart=None, alwaysIncludeEmail=None, timeMax=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040094<p class="firstline">Returns instances of the specified recurring event.</p>
95<p class="toc_element">
96 <code><a href="#instances_next">instances_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080099 <code><a href="#list">list(calendarId, sharedExtendedProperty=None, singleEvents=None, updatedMin=None, maxAttendees=None, maxResults=None, privateExtendedProperty=None, timeMax=None, iCalUID=None, showHiddenInvitations=None, pageToken=None, q=None, timeMin=None, showDeleted=None, timeZone=None, syncToken=None, alwaysIncludeEmail=None, orderBy=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400100<p class="firstline">Returns events on the specified calendar.</p>
101<p class="toc_element">
102 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
103<p class="firstline">Retrieves the next page of results.</p>
104<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700105 <code><a href="#move">move(calendarId, eventId, destination, sendUpdates=None, sendNotifications=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400106<p class="firstline">Moves an event to another calendar, i.e. changes an event's organizer.</p>
107<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800108 <code><a href="#patch">patch(calendarId, eventId, body=None, alwaysIncludeEmail=None, sendNotifications=None, sendUpdates=None, conferenceDataVersion=None, supportsAttachments=None, maxAttendees=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400109<p class="firstline">Updates an event. This method supports patch semantics.</p>
110<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800111 <code><a href="#quickAdd">quickAdd(calendarId, text, sendNotifications=None, sendUpdates=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400112<p class="firstline">Creates an event based on a simple text string.</p>
113<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800114 <code><a href="#update">update(calendarId, eventId, body=None, conferenceDataVersion=None, alwaysIncludeEmail=None, sendUpdates=None, supportsAttachments=None, maxAttendees=None, sendNotifications=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400115<p class="firstline">Updates an event.</p>
116<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800117 <code><a href="#watch">watch(calendarId, body=None, pageToken=None, timeMin=None, iCalUID=None, sharedExtendedProperty=None, updatedMin=None, timeMax=None, q=None, syncToken=None, maxResults=None, maxAttendees=None, timeZone=None, alwaysIncludeEmail=None, singleEvents=None, orderBy=None, privateExtendedProperty=None, showDeleted=None, showHiddenInvitations=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400118<p class="firstline">Watch for changes to Events resources.</p>
119<h3>Method Details</h3>
120<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700121 <code class="details" id="close">close()</code>
122 <pre>Close httplib2 connections.</pre>
123</div>
124
125<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700126 <code class="details" id="delete">delete(calendarId, eventId, sendNotifications=None, sendUpdates=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400127 <pre>Deletes an event.
128
129Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700130 calendarId: 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 &quot;primary&quot; keyword. (required)
John Asmuth614db982014-04-24 15:46:26 -0400131 eventId: string, Event identifier. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700132 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
133
134Whether to send notifications about the deletion of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700135 sendUpdates: string, Guests who should receive notifications about the deletion of the event.
136 Allowed values
137 all - Notifications are sent to all guests.
138 externalOnly - Notifications are sent to non-Google Calendar guests only.
139 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
John Asmuth614db982014-04-24 15:46:26 -0400140</pre>
141</div>
142
143<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 <code class="details" id="get">get(calendarId, eventId, maxAttendees=None, alwaysIncludeEmail=None, timeZone=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400145 <pre>Returns an event.
146
147Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700148 calendarId: 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 &quot;primary&quot; keyword. (required)
John Asmuth614db982014-04-24 15:46:26 -0400149 eventId: string, Event identifier. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700150 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800151 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800152 timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
John Asmuth614db982014-04-24 15:46:26 -0400153
154Returns:
155 An object of the form:
156
157 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800158 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
159 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
160 # In order to modify attachments the supportsAttachments request parameter should be set to true.
161 # There can be at most 25 attachments per event,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700162 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800163 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
164 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
165 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
166 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
167 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
168 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
169 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
170 # Required when adding an attachment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700171 },
172 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800173 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
174 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
175 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
176 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim65020912020-05-20 12:08:20 -0700177 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800178 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
179 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
180 # - &quot;tentative&quot; - The event is tentatively confirmed.
181 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
182 # A cancelled status represents two different states depending on the event type:
183 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
184 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
185 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
186 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
187 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
188 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
189 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
190 &quot;preferences&quot;: { # Preferences.
191 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800192 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800193 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
194 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
195 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
196 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
197 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
198 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
199 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
200 # - &quot;chip&quot; - The gadget displays when the event is clicked.
201 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800202 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800203 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
204 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700205 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800206 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
207 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
208 # Required when adding an attendee.
209 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
210 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
211 # - &quot;declined&quot; - The attendee has declined the invitation.
212 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
213 # - &quot;accepted&quot; - The attendee has accepted the invitation.
214 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
215 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
216 &quot;resource&quot;: false, # 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.
217 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
218 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
219 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
220 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700221 },
222 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800223 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
224 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
225 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
226 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
227 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
228 &quot;extendedProperties&quot;: { # Extended properties of the event.
229 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
230 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
231 },
232 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
233 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
234 },
235 },
236 &quot;creator&quot;: { # The creator of the event. Read-only.
237 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
238 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
239 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
240 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
241 },
242 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
243 &quot;A String&quot;,
244 ],
245 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
246 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
247 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
248 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
249 # Unset for a conference with a failed create request.
250 # Optional for a conference with a pending create request.
251 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
252 # All of them must belong to the same conference.
253 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
254 {
255 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
256 # 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.
257 # Optional.
258 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
259 # 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.
260 # Optional.
261 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
262 # 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.
263 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
264 # Possible values are:
265 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
266 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
267 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
268 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
269 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
270 # Examples:
271 # - for video: meet.google.com/aaa-bbbb-ccc
272 # - for phone: +1 123 268 2601
273 # - for sip: 12345678@altostrat.com
274 # - for more: should not be filled
275 # Optional.
276 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
277 # 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.
278 # Optional.
279 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
280 # Calendar backend will populate this field only for EntryPointType.PHONE.
281 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
282 # Format:
283 # - for video, http: or https: schema is required.
284 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
285 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
286 # - for more, http: or https: schema is required.
287 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
288 # 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.
289 # Optional.
290 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
291 &quot;A String&quot;,
292 ],
293 },
294 ],
295 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
296 # Unset for a conference with a failed create request.
297 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
298 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
299 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
300 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
301 # The possible values are:
302 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
303 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
304 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
305 # - &quot;addOn&quot; for 3P conference providers
306 },
307 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
308 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
309 },
310 &quot;notes&quot;: &quot;A String&quot;, # 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.
311 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
312 &quot;addOnParameters&quot;: { # Additional add-on specific data.
313 &quot;parameters&quot;: {
314 &quot;a_key&quot;: &quot;A String&quot;,
315 },
316 },
317 },
318 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
319 # Can be used by developers to keep track of conferences, should not be displayed to users.
320 # Values for solution types:
321 # - &quot;eventHangout&quot;: unset.
322 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
323 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
324 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
325 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
326 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
327 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
328 # 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.
329 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
330 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
331 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
332 # The possible values are:
333 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
334 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
335 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
336 # - &quot;addOn&quot; for 3P conference providers
337 },
338 &quot;status&quot;: { # The status of the conference create request.
339 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
340 # The possible values are:
341 # - &quot;pending&quot;: the conference create request is still being processed.
342 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
343 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700344 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700346 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800347 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
348 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
349 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
350 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
351 {
352 &quot;minutes&quot;: 42, # 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).
353 # Required when adding a reminder.
354 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
355 # - &quot;email&quot; - Reminders are sent via email.
356 # - &quot;popup&quot; - Reminders are sent via a UI popup.
357 # Required when adding a reminder.
358 },
359 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700360 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800361 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
362 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
363 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
364 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800366 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
367 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
368 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
369 # - &quot;private&quot; - The event is private and only event attendees may view event details.
370 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
371 &quot;colorId&quot;: &quot;A String&quot;, # 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.
372 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
373 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
374 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
375 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
376 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
377 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
378 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
379 # - the length of the ID must be between 5 and 1024 characters
380 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
381 # If you do not specify an ID, it will be automatically generated by the server.
382 # 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.
383 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
384 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
385 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
386 &quot;endTimeUnspecified&quot;: false, # 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.
387 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
388 &quot;source&quot;: { # 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.
389 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
390 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700391 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800392 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
393 # 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.
394 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
395 &quot;organizer&quot;: { # 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.
396 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
397 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
398 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
399 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
400 },
401 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
402 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
403 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
404 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
405 },
406 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
407 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400408</div>
409
410<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700411 <code class="details" id="import_">import_(calendarId, body=None, conferenceDataVersion=None, supportsAttachments=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400412 <pre>Imports an event. This operation is used to add a private copy of an existing event to a calendar.
413
414Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700415 calendarId: 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 &quot;primary&quot; keyword. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700416 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400417 The object takes the form of:
418
419{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800420 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800421 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
422 # In order to modify attachments the supportsAttachments request parameter should be set to true.
423 # There can be at most 25 attachments per event,
424 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800425 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800426 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
427 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800428 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
429 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800430 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
431 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
432 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800433 },
434 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800435 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800436 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800437 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800438 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800439 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800440 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
441 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
442 # - &quot;tentative&quot; - The event is tentatively confirmed.
443 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
444 # A cancelled status represents two different states depending on the event type:
445 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
446 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
447 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
448 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
449 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800450 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800451 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800452 &quot;preferences&quot;: { # Preferences.
453 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
454 },
455 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
456 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800457 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800458 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800459 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
460 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
461 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
462 # - &quot;chip&quot; - The gadget displays when the event is clicked.
463 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800464 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800465 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
466 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
467 {
468 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
469 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
470 # Required when adding an attendee.
471 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
472 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
473 # - &quot;declined&quot; - The attendee has declined the invitation.
474 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
475 # - &quot;accepted&quot; - The attendee has accepted the invitation.
476 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
477 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
478 &quot;resource&quot;: false, # 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.
479 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
480 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
481 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
482 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700483 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800484 ],
485 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
486 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
487 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
488 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
489 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
490 &quot;extendedProperties&quot;: { # Extended properties of the event.
491 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
492 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
493 },
494 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
495 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
496 },
497 },
498 &quot;creator&quot;: { # The creator of the event. Read-only.
499 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
500 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
501 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
502 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
503 },
504 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
505 &quot;A String&quot;,
506 ],
507 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
508 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700509 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
510 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
511 # Unset for a conference with a failed create request.
512 # Optional for a conference with a pending create request.
513 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
514 # All of them must belong to the same conference.
515 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
516 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800517 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800518 # 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.
519 # Optional.
520 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
521 # 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.
522 # Optional.
523 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
524 # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700525 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
526 # Possible values are:
527 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
528 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
529 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
530 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700531 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
532 # Examples:
533 # - for video: meet.google.com/aaa-bbbb-ccc
534 # - for phone: +1 123 268 2601
535 # - for sip: 12345678@altostrat.com
536 # - for more: should not be filled
537 # Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700538 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
539 # 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.
540 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800541 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
542 # Calendar backend will populate this field only for EntryPointType.PHONE.
543 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
544 # Format:
545 # - for video, http: or https: schema is required.
546 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
547 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
548 # - for more, http: or https: schema is required.
549 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700550 # 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.
551 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800552 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
553 &quot;A String&quot;,
554 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700555 },
556 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800557 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
558 # Unset for a conference with a failed create request.
559 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800560 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
561 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
562 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
563 # The possible values are:
564 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
565 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
566 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
567 # - &quot;addOn&quot; for 3P conference providers
568 },
569 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800570 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
571 },
572 &quot;notes&quot;: &quot;A String&quot;, # 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.
573 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
574 &quot;addOnParameters&quot;: { # Additional add-on specific data.
575 &quot;parameters&quot;: {
576 &quot;a_key&quot;: &quot;A String&quot;,
577 },
578 },
579 },
580 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
581 # Can be used by developers to keep track of conferences, should not be displayed to users.
582 # Values for solution types:
583 # - &quot;eventHangout&quot;: unset.
584 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
585 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
586 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
587 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
588 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
589 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
590 # 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.
591 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
592 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
593 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
594 # The possible values are:
595 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
596 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
597 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
598 # - &quot;addOn&quot; for 3P conference providers
599 },
600 &quot;status&quot;: { # The status of the conference create request.
601 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
602 # The possible values are:
603 # - &quot;pending&quot;: the conference create request is still being processed.
604 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
605 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
606 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800607 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700608 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800609 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
610 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
611 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
612 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
613 {
614 &quot;minutes&quot;: 42, # 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).
615 # Required when adding a reminder.
616 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
617 # - &quot;email&quot; - Reminders are sent via email.
618 # - &quot;popup&quot; - Reminders are sent via a UI popup.
619 # Required when adding a reminder.
620 },
621 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800622 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800623 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800624 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700625 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800626 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700627 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700628 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
629 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
630 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
631 # - &quot;private&quot; - The event is private and only event attendees may view event details.
632 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800633 &quot;colorId&quot;: &quot;A String&quot;, # 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.
634 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
635 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
636 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
637 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
638 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
639 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
640 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
641 # - the length of the ID must be between 5 and 1024 characters
642 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
643 # If you do not specify an ID, it will be automatically generated by the server.
644 # 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.
645 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
646 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
647 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
648 &quot;endTimeUnspecified&quot;: false, # 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.
649 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
650 &quot;source&quot;: { # 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.
651 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
652 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
653 },
654 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
655 # 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.
656 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800657 &quot;organizer&quot;: { # 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.
658 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
659 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800660 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800661 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700662 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800663 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
664 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
665 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
666 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700667 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800668 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
669 }
670
671 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&#x27;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.
672 supportsAttachments: boolean, Whether API client performing operation supports event attachments. Optional. The default is False.
673
674Returns:
675 An object of the form:
676
677 {
678 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
679 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
680 # In order to modify attachments the supportsAttachments request parameter should be set to true.
681 # There can be at most 25 attachments per event,
682 {
683 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
684 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
685 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
686 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
687 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
688 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
689 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
690 # Required when adding an attachment.
691 },
692 ],
693 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
694 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
695 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
696 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
697 },
698 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
699 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
700 # - &quot;tentative&quot; - The event is tentatively confirmed.
701 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
702 # A cancelled status represents two different states depending on the event type:
703 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
704 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
705 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
706 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
707 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
708 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
709 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
710 &quot;preferences&quot;: { # Preferences.
711 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
712 },
713 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
714 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
715 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
716 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
717 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
718 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
719 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
720 # - &quot;chip&quot; - The gadget displays when the event is clicked.
721 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
722 },
723 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
724 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
725 {
726 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
727 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
728 # Required when adding an attendee.
729 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
730 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
731 # - &quot;declined&quot; - The attendee has declined the invitation.
732 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
733 # - &quot;accepted&quot; - The attendee has accepted the invitation.
734 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
735 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
736 &quot;resource&quot;: false, # 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.
737 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
738 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
739 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
740 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
741 },
742 ],
743 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
744 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
745 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
746 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
747 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
748 &quot;extendedProperties&quot;: { # Extended properties of the event.
749 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
750 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
751 },
752 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
753 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
754 },
755 },
756 &quot;creator&quot;: { # The creator of the event. Read-only.
757 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
758 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
759 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
760 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
761 },
762 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
763 &quot;A String&quot;,
764 ],
765 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
766 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
767 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
768 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
769 # Unset for a conference with a failed create request.
770 # Optional for a conference with a pending create request.
771 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
772 # All of them must belong to the same conference.
773 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
774 {
775 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
776 # 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.
777 # Optional.
778 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
779 # 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.
780 # Optional.
781 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
782 # 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.
783 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
784 # Possible values are:
785 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
786 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
787 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
788 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
789 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
790 # Examples:
791 # - for video: meet.google.com/aaa-bbbb-ccc
792 # - for phone: +1 123 268 2601
793 # - for sip: 12345678@altostrat.com
794 # - for more: should not be filled
795 # Optional.
796 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
797 # 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.
798 # Optional.
799 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
800 # Calendar backend will populate this field only for EntryPointType.PHONE.
801 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
802 # Format:
803 # - for video, http: or https: schema is required.
804 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
805 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
806 # - for more, http: or https: schema is required.
807 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
808 # 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.
809 # Optional.
810 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
811 &quot;A String&quot;,
812 ],
813 },
814 ],
815 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
816 # Unset for a conference with a failed create request.
817 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
818 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
819 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
820 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
821 # The possible values are:
822 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
823 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
824 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
825 # - &quot;addOn&quot; for 3P conference providers
826 },
827 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
828 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
829 },
830 &quot;notes&quot;: &quot;A String&quot;, # 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.
831 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
832 &quot;addOnParameters&quot;: { # Additional add-on specific data.
833 &quot;parameters&quot;: {
834 &quot;a_key&quot;: &quot;A String&quot;,
835 },
836 },
837 },
838 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
839 # Can be used by developers to keep track of conferences, should not be displayed to users.
840 # Values for solution types:
841 # - &quot;eventHangout&quot;: unset.
842 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
843 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
844 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
845 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
846 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
847 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
848 # 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.
849 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
850 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
851 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
852 # The possible values are:
853 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
854 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
855 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
856 # - &quot;addOn&quot; for 3P conference providers
857 },
858 &quot;status&quot;: { # The status of the conference create request.
859 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
860 # The possible values are:
861 # - &quot;pending&quot;: the conference create request is still being processed.
862 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
863 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
864 },
865 },
866 },
867 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
868 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
869 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
870 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
871 {
872 &quot;minutes&quot;: 42, # 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).
873 # Required when adding a reminder.
874 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
875 # - &quot;email&quot; - Reminders are sent via email.
876 # - &quot;popup&quot; - Reminders are sent via a UI popup.
877 # Required when adding a reminder.
878 },
879 ],
880 },
881 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
882 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
883 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
884 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
885 },
886 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
887 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
888 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
889 # - &quot;private&quot; - The event is private and only event attendees may view event details.
890 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
891 &quot;colorId&quot;: &quot;A String&quot;, # 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.
892 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
893 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
894 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
895 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
896 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
897 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
898 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
899 # - the length of the ID must be between 5 and 1024 characters
900 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
901 # If you do not specify an ID, it will be automatically generated by the server.
902 # 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.
903 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
904 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
905 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
906 &quot;endTimeUnspecified&quot;: false, # 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.
907 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
908 &quot;source&quot;: { # 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.
909 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
910 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
911 },
912 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
913 # 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.
914 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
915 &quot;organizer&quot;: { # 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.
916 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
917 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
918 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
919 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
920 },
921 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
922 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
923 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
924 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
925 },
926 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
927 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700928</div>
John Asmuth614db982014-04-24 15:46:26 -0400929
Bu Sun Kim65020912020-05-20 12:08:20 -0700930<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800931 <code class="details" id="insert">insert(calendarId, body=None, sendNotifications=None, supportsAttachments=None, conferenceDataVersion=None, maxAttendees=None, sendUpdates=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700932 <pre>Creates an event.
933
934Args:
935 calendarId: 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 &quot;primary&quot; keyword. (required)
936 body: object, The request body.
937 The object takes the form of:
938
939{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800940 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800941 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
942 # In order to modify attachments the supportsAttachments request parameter should be set to true.
943 # There can be at most 25 attachments per event,
944 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800945 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800946 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
947 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800948 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
949 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800950 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
951 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
952 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800953 },
954 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800955 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800956 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800957 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800958 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800959 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800960 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
961 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
962 # - &quot;tentative&quot; - The event is tentatively confirmed.
963 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
964 # A cancelled status represents two different states depending on the event type:
965 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
966 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
967 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
968 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
969 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800970 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800971 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800972 &quot;preferences&quot;: { # Preferences.
973 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
974 },
975 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
976 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800977 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800978 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800979 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
980 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
981 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
982 # - &quot;chip&quot; - The gadget displays when the event is clicked.
983 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800984 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800985 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
986 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
987 {
988 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
989 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
990 # Required when adding an attendee.
991 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
992 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
993 # - &quot;declined&quot; - The attendee has declined the invitation.
994 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
995 # - &quot;accepted&quot; - The attendee has accepted the invitation.
996 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
997 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
998 &quot;resource&quot;: false, # 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.
999 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
1000 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
1001 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
1002 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001003 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001004 ],
1005 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
1006 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
1007 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
1008 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
1009 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
1010 &quot;extendedProperties&quot;: { # Extended properties of the event.
1011 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
1012 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
1013 },
1014 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
1015 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
1016 },
1017 },
1018 &quot;creator&quot;: { # The creator of the event. Read-only.
1019 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1020 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
1021 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
1022 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1023 },
1024 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
1025 &quot;A String&quot;,
1026 ],
1027 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
1028 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001029 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
1030 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
1031 # Unset for a conference with a failed create request.
1032 # Optional for a conference with a pending create request.
1033 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
1034 # All of them must belong to the same conference.
1035 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1036 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001037 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001038 # 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.
1039 # Optional.
1040 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
1041 # 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.
1042 # Optional.
1043 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
1044 # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001045 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
1046 # Possible values are:
1047 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
1048 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
1049 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
1050 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001051 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
1052 # Examples:
1053 # - for video: meet.google.com/aaa-bbbb-ccc
1054 # - for phone: +1 123 268 2601
1055 # - for sip: 12345678@altostrat.com
1056 # - for more: should not be filled
1057 # Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001058 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
1059 # 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.
1060 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001061 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
1062 # Calendar backend will populate this field only for EntryPointType.PHONE.
1063 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
1064 # Format:
1065 # - for video, http: or https: schema is required.
1066 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
1067 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
1068 # - for more, http: or https: schema is required.
1069 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001070 # 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.
1071 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001072 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
1073 &quot;A String&quot;,
1074 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001075 },
1076 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001077 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
1078 # Unset for a conference with a failed create request.
1079 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001080 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
1081 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1082 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1083 # The possible values are:
1084 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1085 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1086 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1087 # - &quot;addOn&quot; for 3P conference providers
1088 },
1089 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001090 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
1091 },
1092 &quot;notes&quot;: &quot;A String&quot;, # 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.
1093 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
1094 &quot;addOnParameters&quot;: { # Additional add-on specific data.
1095 &quot;parameters&quot;: {
1096 &quot;a_key&quot;: &quot;A String&quot;,
1097 },
1098 },
1099 },
1100 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
1101 # Can be used by developers to keep track of conferences, should not be displayed to users.
1102 # Values for solution types:
1103 # - &quot;eventHangout&quot;: unset.
1104 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
1105 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
1106 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
1107 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
1108 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1109 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
1110 # 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.
1111 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
1112 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1113 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1114 # The possible values are:
1115 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1116 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1117 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1118 # - &quot;addOn&quot; for 3P conference providers
1119 },
1120 &quot;status&quot;: { # The status of the conference create request.
1121 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
1122 # The possible values are:
1123 # - &quot;pending&quot;: the conference create request is still being processed.
1124 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
1125 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
1126 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001127 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001128 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001129 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
1130 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
1131 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
1132 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
1133 {
1134 &quot;minutes&quot;: 42, # 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).
1135 # Required when adding a reminder.
1136 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
1137 # - &quot;email&quot; - Reminders are sent via email.
1138 # - &quot;popup&quot; - Reminders are sent via a UI popup.
1139 # Required when adding a reminder.
1140 },
1141 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001142 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001143 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001144 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001145 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001146 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001147 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001148 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
1149 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
1150 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
1151 # - &quot;private&quot; - The event is private and only event attendees may view event details.
1152 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001153 &quot;colorId&quot;: &quot;A String&quot;, # 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.
1154 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
1155 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
1156 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
1157 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
1158 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
1159 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
1160 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
1161 # - the length of the ID must be between 5 and 1024 characters
1162 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
1163 # If you do not specify an ID, it will be automatically generated by the server.
1164 # 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.
1165 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
1166 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
1167 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
1168 &quot;endTimeUnspecified&quot;: false, # 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.
1169 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
1170 &quot;source&quot;: { # 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.
1171 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
1172 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
1173 },
1174 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
1175 # 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.
1176 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001177 &quot;organizer&quot;: { # 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.
1178 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
1179 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001180 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001181 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001182 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001183 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
1184 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1185 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1186 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001187 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001188 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
1189 }
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001190
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001191 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001192
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001193Whether to send notifications about the creation of the new event. Note that some emails might still be sent even if you set the value to false. The default is false.
1194 supportsAttachments: boolean, Whether API client performing operation supports event attachments. Optional. The default is False.
1195 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&#x27;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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001196 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001197 sendUpdates: string, Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false.
1198 Allowed values
1199 all - Notifications are sent to all guests.
1200 externalOnly - Notifications are sent to non-Google Calendar guests only.
1201 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001202
1203Returns:
1204 An object of the form:
1205
1206 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001207 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
1208 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
1209 # In order to modify attachments the supportsAttachments request parameter should be set to true.
1210 # There can be at most 25 attachments per event,
1211 {
1212 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
1213 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
1214 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
1215 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
1216 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
1217 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
1218 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
1219 # Required when adding an attachment.
1220 },
1221 ],
1222 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
1223 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1224 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1225 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
1226 },
1227 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
1228 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
1229 # - &quot;tentative&quot; - The event is tentatively confirmed.
1230 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
1231 # A cancelled status represents two different states depending on the event type:
1232 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
1233 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
1234 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
1235 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
1236 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
1237 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
1238 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
1239 &quot;preferences&quot;: { # Preferences.
1240 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
1241 },
1242 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
1243 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
1244 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
1245 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
1246 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
1247 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
1248 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
1249 # - &quot;chip&quot; - The gadget displays when the event is clicked.
1250 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
1251 },
1252 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1253 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
1254 {
1255 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1256 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
1257 # Required when adding an attendee.
1258 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
1259 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
1260 # - &quot;declined&quot; - The attendee has declined the invitation.
1261 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
1262 # - &quot;accepted&quot; - The attendee has accepted the invitation.
1263 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
1264 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
1265 &quot;resource&quot;: false, # 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.
1266 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
1267 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
1268 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
1269 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
1270 },
1271 ],
1272 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
1273 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
1274 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
1275 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
1276 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
1277 &quot;extendedProperties&quot;: { # Extended properties of the event.
1278 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
1279 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
1280 },
1281 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
1282 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
1283 },
1284 },
1285 &quot;creator&quot;: { # The creator of the event. Read-only.
1286 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1287 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
1288 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
1289 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1290 },
1291 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
1292 &quot;A String&quot;,
1293 ],
1294 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
1295 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
1296 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
1297 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
1298 # Unset for a conference with a failed create request.
1299 # Optional for a conference with a pending create request.
1300 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
1301 # All of them must belong to the same conference.
1302 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1303 {
1304 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
1305 # 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.
1306 # Optional.
1307 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
1308 # 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.
1309 # Optional.
1310 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
1311 # 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.
1312 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
1313 # Possible values are:
1314 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
1315 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
1316 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
1317 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
1318 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
1319 # Examples:
1320 # - for video: meet.google.com/aaa-bbbb-ccc
1321 # - for phone: +1 123 268 2601
1322 # - for sip: 12345678@altostrat.com
1323 # - for more: should not be filled
1324 # Optional.
1325 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
1326 # 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.
1327 # Optional.
1328 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
1329 # Calendar backend will populate this field only for EntryPointType.PHONE.
1330 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
1331 # Format:
1332 # - for video, http: or https: schema is required.
1333 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
1334 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
1335 # - for more, http: or https: schema is required.
1336 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
1337 # 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.
1338 # Optional.
1339 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
1340 &quot;A String&quot;,
1341 ],
1342 },
1343 ],
1344 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
1345 # Unset for a conference with a failed create request.
1346 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1347 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
1348 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1349 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1350 # The possible values are:
1351 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1352 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1353 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1354 # - &quot;addOn&quot; for 3P conference providers
1355 },
1356 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
1357 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
1358 },
1359 &quot;notes&quot;: &quot;A String&quot;, # 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.
1360 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
1361 &quot;addOnParameters&quot;: { # Additional add-on specific data.
1362 &quot;parameters&quot;: {
1363 &quot;a_key&quot;: &quot;A String&quot;,
1364 },
1365 },
1366 },
1367 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
1368 # Can be used by developers to keep track of conferences, should not be displayed to users.
1369 # Values for solution types:
1370 # - &quot;eventHangout&quot;: unset.
1371 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
1372 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
1373 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
1374 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
1375 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1376 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
1377 # 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.
1378 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
1379 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1380 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1381 # The possible values are:
1382 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1383 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1384 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1385 # - &quot;addOn&quot; for 3P conference providers
1386 },
1387 &quot;status&quot;: { # The status of the conference create request.
1388 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
1389 # The possible values are:
1390 # - &quot;pending&quot;: the conference create request is still being processed.
1391 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
1392 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
1393 },
1394 },
1395 },
1396 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
1397 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
1398 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
1399 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
1400 {
1401 &quot;minutes&quot;: 42, # 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).
1402 # Required when adding a reminder.
1403 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
1404 # - &quot;email&quot; - Reminders are sent via email.
1405 # - &quot;popup&quot; - Reminders are sent via a UI popup.
1406 # Required when adding a reminder.
1407 },
1408 ],
1409 },
1410 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
1411 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1412 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1413 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
1414 },
1415 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
1416 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
1417 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
1418 # - &quot;private&quot; - The event is private and only event attendees may view event details.
1419 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
1420 &quot;colorId&quot;: &quot;A String&quot;, # 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.
1421 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
1422 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
1423 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
1424 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
1425 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
1426 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
1427 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
1428 # - the length of the ID must be between 5 and 1024 characters
1429 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
1430 # If you do not specify an ID, it will be automatically generated by the server.
1431 # 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.
1432 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
1433 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
1434 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
1435 &quot;endTimeUnspecified&quot;: false, # 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.
1436 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
1437 &quot;source&quot;: { # 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.
1438 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
1439 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
1440 },
1441 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
1442 # 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.
1443 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
1444 &quot;organizer&quot;: { # 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.
1445 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
1446 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
1447 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1448 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1449 },
1450 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
1451 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1452 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1453 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
1454 },
1455 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
1456 }</pre>
1457</div>
1458
1459<div class="method">
1460 <code class="details" id="instances">instances(calendarId, eventId, pageToken=None, showDeleted=None, timeZone=None, timeMin=None, maxResults=None, maxAttendees=None, originalStart=None, alwaysIncludeEmail=None, timeMax=None)</code>
1461 <pre>Returns instances of the specified recurring event.
1462
1463Args:
1464 calendarId: 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 &quot;primary&quot; keyword. (required)
1465 eventId: string, Recurring event identifier. (required)
1466 pageToken: string, Token specifying which result page to return. Optional.
1467 showDeleted: boolean, Whether to include deleted events (with status equals &quot;cancelled&quot;) in the result. Cancelled instances of recurring events will still be included if singleEvents is False. Optional. The default is False.
1468 timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
1469 timeMin: string, Lower bound (inclusive) for an event&#x27;s end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset.
1470 maxResults: integer, Maximum number of events returned on one result page. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
1471 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.
1472 originalStart: string, The original start time of the instance in the result. Optional.
1473 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
1474 timeMax: string, Upper bound (exclusive) for an event&#x27;s start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset.
1475
1476Returns:
1477 An object of the form:
1478
1479 {
1480 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. Read-only.
1481 &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar. Read-only.
1482 &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Read-only.
1483 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
1484 &quot;accessRole&quot;: &quot;A String&quot;, # The user&#x27;s access role for this calendar. Read-only. Possible values are:
1485 # - &quot;none&quot; - The user has no access.
1486 # - &quot;freeBusyReader&quot; - The user has read access to free/busy information.
1487 # - &quot;reader&quot; - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
1488 # - &quot;writer&quot; - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
1489 # - &quot;owner&quot; - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001490 &quot;items&quot;: [ # List of events on the calendar.
1491 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001492 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
1493 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
1494 # In order to modify attachments the supportsAttachments request parameter should be set to true.
1495 # There can be at most 25 attachments per event,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001496 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001497 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
1498 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
1499 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
1500 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
1501 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
1502 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
1503 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
1504 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001505 },
1506 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001507 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
1508 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1509 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1510 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001511 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001512 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
1513 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
1514 # - &quot;tentative&quot; - The event is tentatively confirmed.
1515 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
1516 # A cancelled status represents two different states depending on the event type:
1517 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
1518 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
1519 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
1520 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
1521 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
1522 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
1523 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
1524 &quot;preferences&quot;: { # Preferences.
1525 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001526 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001527 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
1528 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
1529 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
1530 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
1531 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
1532 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
1533 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
1534 # - &quot;chip&quot; - The gadget displays when the event is clicked.
1535 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001536 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001537 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1538 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001539 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001540 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1541 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
1542 # Required when adding an attendee.
1543 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
1544 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
1545 # - &quot;declined&quot; - The attendee has declined the invitation.
1546 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
1547 # - &quot;accepted&quot; - The attendee has accepted the invitation.
1548 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
1549 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
1550 &quot;resource&quot;: false, # 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.
1551 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
1552 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
1553 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
1554 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001555 },
1556 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001557 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
1558 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
1559 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
1560 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
1561 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
1562 &quot;extendedProperties&quot;: { # Extended properties of the event.
1563 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
1564 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
1565 },
1566 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
1567 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
1568 },
1569 },
1570 &quot;creator&quot;: { # The creator of the event. Read-only.
1571 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1572 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
1573 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
1574 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1575 },
1576 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
1577 &quot;A String&quot;,
1578 ],
1579 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
1580 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
1581 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
1582 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
1583 # Unset for a conference with a failed create request.
1584 # Optional for a conference with a pending create request.
1585 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
1586 # All of them must belong to the same conference.
1587 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1588 {
1589 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
1590 # 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.
1591 # Optional.
1592 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
1593 # 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.
1594 # Optional.
1595 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
1596 # 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.
1597 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
1598 # Possible values are:
1599 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
1600 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
1601 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
1602 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
1603 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
1604 # Examples:
1605 # - for video: meet.google.com/aaa-bbbb-ccc
1606 # - for phone: +1 123 268 2601
1607 # - for sip: 12345678@altostrat.com
1608 # - for more: should not be filled
1609 # Optional.
1610 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
1611 # 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.
1612 # Optional.
1613 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
1614 # Calendar backend will populate this field only for EntryPointType.PHONE.
1615 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
1616 # Format:
1617 # - for video, http: or https: schema is required.
1618 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
1619 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
1620 # - for more, http: or https: schema is required.
1621 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
1622 # 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.
1623 # Optional.
1624 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
1625 &quot;A String&quot;,
1626 ],
1627 },
1628 ],
1629 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
1630 # Unset for a conference with a failed create request.
1631 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1632 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
1633 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1634 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1635 # The possible values are:
1636 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1637 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1638 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1639 # - &quot;addOn&quot; for 3P conference providers
1640 },
1641 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
1642 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
1643 },
1644 &quot;notes&quot;: &quot;A String&quot;, # 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.
1645 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
1646 &quot;addOnParameters&quot;: { # Additional add-on specific data.
1647 &quot;parameters&quot;: {
1648 &quot;a_key&quot;: &quot;A String&quot;,
1649 },
1650 },
1651 },
1652 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
1653 # Can be used by developers to keep track of conferences, should not be displayed to users.
1654 # Values for solution types:
1655 # - &quot;eventHangout&quot;: unset.
1656 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
1657 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
1658 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
1659 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
1660 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1661 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
1662 # 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.
1663 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
1664 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1665 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1666 # The possible values are:
1667 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1668 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1669 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1670 # - &quot;addOn&quot; for 3P conference providers
1671 },
1672 &quot;status&quot;: { # The status of the conference create request.
1673 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
1674 # The possible values are:
1675 # - &quot;pending&quot;: the conference create request is still being processed.
1676 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
1677 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001678 },
1679 },
1680 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001681 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
1682 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
1683 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
1684 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
1685 {
1686 &quot;minutes&quot;: 42, # 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).
1687 # Required when adding a reminder.
1688 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
1689 # - &quot;email&quot; - Reminders are sent via email.
1690 # - &quot;popup&quot; - Reminders are sent via a UI popup.
1691 # Required when adding a reminder.
1692 },
1693 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001694 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001695 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
1696 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1697 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1698 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001699 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001700 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
1701 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
1702 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
1703 # - &quot;private&quot; - The event is private and only event attendees may view event details.
1704 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
1705 &quot;colorId&quot;: &quot;A String&quot;, # 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.
1706 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
1707 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
1708 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
1709 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
1710 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
1711 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
1712 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
1713 # - the length of the ID must be between 5 and 1024 characters
1714 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
1715 # If you do not specify an ID, it will be automatically generated by the server.
1716 # 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.
1717 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
1718 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
1719 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
1720 &quot;endTimeUnspecified&quot;: false, # 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.
1721 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
1722 &quot;source&quot;: { # 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.
1723 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
1724 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001725 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001726 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
1727 # 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.
1728 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
1729 &quot;organizer&quot;: { # 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.
1730 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
1731 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
1732 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1733 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1734 },
1735 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
1736 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1737 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1738 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
1739 },
1740 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001741 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001742 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001743 &quot;nextSyncToken&quot;: &quot;A String&quot;, # Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
1744 &quot;etag&quot;: &quot;A String&quot;, # ETag of the collection.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001745 &quot;defaultReminders&quot;: [ # The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have reminders.useDefault set to True).
1746 {
1747 &quot;minutes&quot;: 42, # 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).
1748 # Required when adding a reminder.
1749 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
1750 # - &quot;email&quot; - Reminders are sent via email.
1751 # - &quot;popup&quot; - Reminders are sent via a UI popup.
1752 # Required when adding a reminder.
1753 },
1754 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001755 &quot;kind&quot;: &quot;calendar#events&quot;, # Type of the collection (&quot;calendar#events&quot;).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001756 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the calendar (as a RFC3339 timestamp). Read-only.
John Asmuth614db982014-04-24 15:46:26 -04001757 }</pre>
1758</div>
1759
1760<div class="method">
1761 <code class="details" id="instances_next">instances_next(previous_request, previous_response)</code>
1762 <pre>Retrieves the next page of results.
1763
1764Args:
1765 previous_request: The request for the previous page. (required)
1766 previous_response: The response from the request for the previous page. (required)
1767
1768Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001769 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -04001770 page. Returns None if there are no more items in the collection.
1771 </pre>
1772</div>
1773
1774<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001775 <code class="details" id="list">list(calendarId, sharedExtendedProperty=None, singleEvents=None, updatedMin=None, maxAttendees=None, maxResults=None, privateExtendedProperty=None, timeMax=None, iCalUID=None, showHiddenInvitations=None, pageToken=None, q=None, timeMin=None, showDeleted=None, timeZone=None, syncToken=None, alwaysIncludeEmail=None, orderBy=None)</code>
John Asmuth614db982014-04-24 15:46:26 -04001776 <pre>Returns events on the specified calendar.
1777
1778Args:
Bu Sun Kim65020912020-05-20 12:08:20 -07001779 calendarId: 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 &quot;primary&quot; keyword. (required)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001780 sharedExtendedProperty: string, Extended properties constraint specified as propertyName=value. Matches only shared properties. This parameter might be repeated multiple times to return events that match all given constraints. (repeated)
1781 singleEvents: boolean, Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. Optional. The default is False.
1782 updatedMin: string, Lower bound for an event&#x27;s last modification time (as a RFC3339 timestamp) to filter by. When specified, entries deleted since this time will always be included regardless of showDeleted. Optional. The default is not to filter by last modification time.
1783 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.
1784 maxResults: integer, Maximum number of events returned on one result page. The number of events in the resulting page may be less than this value, or none at all, even if there are more events matching the query. Incomplete pages can be detected by a non-empty nextPageToken field in the response. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
1785 privateExtendedProperty: string, Extended properties constraint specified as propertyName=value. Matches only private properties. This parameter might be repeated multiple times to return events that match all given constraints. (repeated)
1786 timeMax: string, Upper bound (exclusive) for an event&#x27;s start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but are ignored. If timeMin is set, timeMax must be greater than timeMin.
1787 iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Optional.
1788 showHiddenInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default is False.
1789 pageToken: string, Token specifying which result page to return. Optional.
1790 q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.
1791 timeMin: string, Lower bound (exclusive) for an event&#x27;s end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but are ignored. If timeMax is set, timeMin must be smaller than timeMax.
1792 showDeleted: boolean, Whether to include deleted events (with status equals &quot;cancelled&quot;) in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001793 timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
Craig Citro065b5302014-08-14 00:47:23 -07001794 syncToken: string, Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
1795There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.
1796
1797These are:
1798- iCalUID
1799- orderBy
1800- privateExtendedProperty
1801- q
1802- sharedExtendedProperty
1803- timeMin
1804- timeMax
1805- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
1806Learn more about incremental synchronization.
1807Optional. The default is to return all entries.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001808 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001809 orderBy: string, The order of the events returned in the result. Optional. The default is an unspecified, stable order.
1810 Allowed values
1811 startTime - Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)
1812 updated - Order by last modification time (ascending).
John Asmuth614db982014-04-24 15:46:26 -04001813
1814Returns:
1815 An object of the form:
1816
1817 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001818 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. Read-only.
1819 &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar. Read-only.
1820 &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Read-only.
1821 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
1822 &quot;accessRole&quot;: &quot;A String&quot;, # The user&#x27;s access role for this calendar. Read-only. Possible values are:
1823 # - &quot;none&quot; - The user has no access.
1824 # - &quot;freeBusyReader&quot; - The user has read access to free/busy information.
1825 # - &quot;reader&quot; - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
1826 # - &quot;writer&quot; - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
1827 # - &quot;owner&quot; - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001828 &quot;items&quot;: [ # List of events on the calendar.
1829 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001830 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
1831 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
1832 # In order to modify attachments the supportsAttachments request parameter should be set to true.
1833 # There can be at most 25 attachments per event,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001834 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001835 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
1836 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
1837 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
1838 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
1839 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
1840 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
1841 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
1842 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001843 },
1844 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001845 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
1846 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
1847 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
1848 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001849 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001850 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
1851 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
1852 # - &quot;tentative&quot; - The event is tentatively confirmed.
1853 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
1854 # A cancelled status represents two different states depending on the event type:
1855 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
1856 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
1857 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
1858 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
1859 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
1860 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
1861 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
1862 &quot;preferences&quot;: { # Preferences.
1863 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001864 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001865 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
1866 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
1867 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
1868 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
1869 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
1870 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
1871 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
1872 # - &quot;chip&quot; - The gadget displays when the event is clicked.
1873 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001874 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001875 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1876 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001877 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001878 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1879 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
1880 # Required when adding an attendee.
1881 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
1882 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
1883 # - &quot;declined&quot; - The attendee has declined the invitation.
1884 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
1885 # - &quot;accepted&quot; - The attendee has accepted the invitation.
1886 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
1887 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
1888 &quot;resource&quot;: false, # 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.
1889 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
1890 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
1891 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
1892 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001893 },
1894 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001895 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
1896 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
1897 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
1898 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
1899 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
1900 &quot;extendedProperties&quot;: { # Extended properties of the event.
1901 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
1902 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
1903 },
1904 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
1905 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
1906 },
1907 },
1908 &quot;creator&quot;: { # The creator of the event. Read-only.
1909 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
1910 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
1911 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
1912 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
1913 },
1914 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
1915 &quot;A String&quot;,
1916 ],
1917 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
1918 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
1919 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
1920 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
1921 # Unset for a conference with a failed create request.
1922 # Optional for a conference with a pending create request.
1923 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
1924 # All of them must belong to the same conference.
1925 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1926 {
1927 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
1928 # 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.
1929 # Optional.
1930 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
1931 # 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.
1932 # Optional.
1933 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
1934 # 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.
1935 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
1936 # Possible values are:
1937 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
1938 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
1939 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
1940 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
1941 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
1942 # Examples:
1943 # - for video: meet.google.com/aaa-bbbb-ccc
1944 # - for phone: +1 123 268 2601
1945 # - for sip: 12345678@altostrat.com
1946 # - for more: should not be filled
1947 # Optional.
1948 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
1949 # 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.
1950 # Optional.
1951 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
1952 # Calendar backend will populate this field only for EntryPointType.PHONE.
1953 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
1954 # Format:
1955 # - for video, http: or https: schema is required.
1956 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
1957 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
1958 # - for more, http: or https: schema is required.
1959 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
1960 # 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.
1961 # Optional.
1962 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
1963 &quot;A String&quot;,
1964 ],
1965 },
1966 ],
1967 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
1968 # Unset for a conference with a failed create request.
1969 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1970 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
1971 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
1972 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
1973 # The possible values are:
1974 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
1975 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
1976 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
1977 # - &quot;addOn&quot; for 3P conference providers
1978 },
1979 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
1980 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
1981 },
1982 &quot;notes&quot;: &quot;A String&quot;, # 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.
1983 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
1984 &quot;addOnParameters&quot;: { # Additional add-on specific data.
1985 &quot;parameters&quot;: {
1986 &quot;a_key&quot;: &quot;A String&quot;,
1987 },
1988 },
1989 },
1990 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
1991 # Can be used by developers to keep track of conferences, should not be displayed to users.
1992 # Values for solution types:
1993 # - &quot;eventHangout&quot;: unset.
1994 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
1995 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
1996 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
1997 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
1998 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
1999 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
2000 # 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.
2001 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
2002 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2003 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2004 # The possible values are:
2005 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2006 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2007 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2008 # - &quot;addOn&quot; for 3P conference providers
2009 },
2010 &quot;status&quot;: { # The status of the conference create request.
2011 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
2012 # The possible values are:
2013 # - &quot;pending&quot;: the conference create request is still being processed.
2014 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
2015 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002016 },
2017 },
2018 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002019 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
2020 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
2021 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
2022 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
2023 {
2024 &quot;minutes&quot;: 42, # 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).
2025 # Required when adding a reminder.
2026 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
2027 # - &quot;email&quot; - Reminders are sent via email.
2028 # - &quot;popup&quot; - Reminders are sent via a UI popup.
2029 # Required when adding a reminder.
2030 },
2031 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002032 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002033 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
2034 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2035 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2036 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002037 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002038 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
2039 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
2040 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
2041 # - &quot;private&quot; - The event is private and only event attendees may view event details.
2042 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2043 &quot;colorId&quot;: &quot;A String&quot;, # 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.
2044 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
2045 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
2046 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
2047 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
2048 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
2049 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
2050 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
2051 # - the length of the ID must be between 5 and 1024 characters
2052 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
2053 # If you do not specify an ID, it will be automatically generated by the server.
2054 # 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.
2055 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
2056 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
2057 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
2058 &quot;endTimeUnspecified&quot;: false, # 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.
2059 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
2060 &quot;source&quot;: { # 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.
2061 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
2062 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002063 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002064 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
2065 # 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.
2066 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2067 &quot;organizer&quot;: { # 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.
2068 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
2069 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
2070 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2071 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2072 },
2073 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
2074 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2075 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2076 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
2077 },
2078 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002079 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002080 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002081 &quot;nextSyncToken&quot;: &quot;A String&quot;, # Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
2082 &quot;etag&quot;: &quot;A String&quot;, # ETag of the collection.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002083 &quot;defaultReminders&quot;: [ # The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have reminders.useDefault set to True).
2084 {
2085 &quot;minutes&quot;: 42, # 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).
2086 # Required when adding a reminder.
2087 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
2088 # - &quot;email&quot; - Reminders are sent via email.
2089 # - &quot;popup&quot; - Reminders are sent via a UI popup.
2090 # Required when adding a reminder.
2091 },
2092 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002093 &quot;kind&quot;: &quot;calendar#events&quot;, # Type of the collection (&quot;calendar#events&quot;).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002094 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the calendar (as a RFC3339 timestamp). Read-only.
John Asmuth614db982014-04-24 15:46:26 -04002095 }</pre>
2096</div>
2097
2098<div class="method">
2099 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
2100 <pre>Retrieves the next page of results.
2101
2102Args:
2103 previous_request: The request for the previous page. (required)
2104 previous_response: The response from the request for the previous page. (required)
2105
2106Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07002107 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -04002108 page. Returns None if there are no more items in the collection.
2109 </pre>
2110</div>
2111
2112<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002113 <code class="details" id="move">move(calendarId, eventId, destination, sendUpdates=None, sendNotifications=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07002114 <pre>Moves an event to another calendar, i.e. changes an event&#x27;s organizer.
John Asmuth614db982014-04-24 15:46:26 -04002115
2116Args:
2117 calendarId: string, Calendar identifier of the source calendar where the event currently is on. (required)
2118 eventId: string, Event identifier. (required)
2119 destination: string, Calendar identifier of the target calendar where the event is to be moved to. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -07002120 sendUpdates: string, Guests who should receive notifications about the change of the event&#x27;s organizer.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002121 Allowed values
2122 all - Notifications are sent to all guests.
2123 externalOnly - Notifications are sent to non-Google Calendar guests only.
2124 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002125 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
2126
2127Whether to send notifications about the change of the event&#x27;s organizer. Note that some emails might still be sent even if you set the value to false. The default is false.
John Asmuth614db982014-04-24 15:46:26 -04002128
2129Returns:
2130 An object of the form:
2131
2132 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002133 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
2134 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
2135 # In order to modify attachments the supportsAttachments request parameter should be set to true.
2136 # There can be at most 25 attachments per event,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002137 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002138 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
2139 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
2140 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
2141 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
2142 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
2143 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
2144 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
2145 # Required when adding an attachment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002146 },
2147 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002148 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
2149 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2150 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2151 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
John Asmuth614db982014-04-24 15:46:26 -04002152 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002153 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
2154 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
2155 # - &quot;tentative&quot; - The event is tentatively confirmed.
2156 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
2157 # A cancelled status represents two different states depending on the event type:
2158 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
2159 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
2160 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
2161 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
2162 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
2163 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
2164 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
2165 &quot;preferences&quot;: { # Preferences.
2166 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002167 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002168 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
2169 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
2170 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
2171 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
2172 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
2173 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
2174 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
2175 # - &quot;chip&quot; - The gadget displays when the event is clicked.
2176 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002177 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002178 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2179 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002180 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002181 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2182 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
2183 # Required when adding an attendee.
2184 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
2185 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
2186 # - &quot;declined&quot; - The attendee has declined the invitation.
2187 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
2188 # - &quot;accepted&quot; - The attendee has accepted the invitation.
2189 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
2190 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
2191 &quot;resource&quot;: false, # 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.
2192 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
2193 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
2194 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
2195 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002196 },
2197 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002198 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
2199 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
2200 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
2201 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
2202 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
2203 &quot;extendedProperties&quot;: { # Extended properties of the event.
2204 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
2205 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
2206 },
2207 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
2208 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
2209 },
2210 },
2211 &quot;creator&quot;: { # The creator of the event. Read-only.
2212 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2213 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
2214 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
2215 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2216 },
2217 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
2218 &quot;A String&quot;,
2219 ],
2220 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
2221 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
2222 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
2223 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
2224 # Unset for a conference with a failed create request.
2225 # Optional for a conference with a pending create request.
2226 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
2227 # All of them must belong to the same conference.
2228 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2229 {
2230 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
2231 # 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.
2232 # Optional.
2233 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
2234 # 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.
2235 # Optional.
2236 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
2237 # 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.
2238 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
2239 # Possible values are:
2240 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
2241 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
2242 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
2243 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
2244 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
2245 # Examples:
2246 # - for video: meet.google.com/aaa-bbbb-ccc
2247 # - for phone: +1 123 268 2601
2248 # - for sip: 12345678@altostrat.com
2249 # - for more: should not be filled
2250 # Optional.
2251 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
2252 # 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.
2253 # Optional.
2254 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
2255 # Calendar backend will populate this field only for EntryPointType.PHONE.
2256 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
2257 # Format:
2258 # - for video, http: or https: schema is required.
2259 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
2260 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
2261 # - for more, http: or https: schema is required.
2262 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
2263 # 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.
2264 # Optional.
2265 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
2266 &quot;A String&quot;,
2267 ],
2268 },
2269 ],
2270 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
2271 # Unset for a conference with a failed create request.
2272 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2273 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
2274 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2275 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2276 # The possible values are:
2277 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2278 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2279 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2280 # - &quot;addOn&quot; for 3P conference providers
2281 },
2282 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
2283 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
2284 },
2285 &quot;notes&quot;: &quot;A String&quot;, # 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.
2286 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
2287 &quot;addOnParameters&quot;: { # Additional add-on specific data.
2288 &quot;parameters&quot;: {
2289 &quot;a_key&quot;: &quot;A String&quot;,
2290 },
2291 },
2292 },
2293 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
2294 # Can be used by developers to keep track of conferences, should not be displayed to users.
2295 # Values for solution types:
2296 # - &quot;eventHangout&quot;: unset.
2297 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
2298 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
2299 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
2300 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
2301 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2302 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
2303 # 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.
2304 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
2305 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2306 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2307 # The possible values are:
2308 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2309 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2310 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2311 # - &quot;addOn&quot; for 3P conference providers
2312 },
2313 &quot;status&quot;: { # The status of the conference create request.
2314 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
2315 # The possible values are:
2316 # - &quot;pending&quot;: the conference create request is still being processed.
2317 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
2318 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002319 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002320 },
Bu Sun Kim65020912020-05-20 12:08:20 -07002321 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002322 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
2323 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
2324 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
2325 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
2326 {
2327 &quot;minutes&quot;: 42, # 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).
2328 # Required when adding a reminder.
2329 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
2330 # - &quot;email&quot; - Reminders are sent via email.
2331 # - &quot;popup&quot; - Reminders are sent via a UI popup.
2332 # Required when adding a reminder.
2333 },
2334 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002335 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002336 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
2337 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2338 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2339 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002340 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002341 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
2342 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
2343 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
2344 # - &quot;private&quot; - The event is private and only event attendees may view event details.
2345 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2346 &quot;colorId&quot;: &quot;A String&quot;, # 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.
2347 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
2348 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
2349 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
2350 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
2351 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
2352 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
2353 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
2354 # - the length of the ID must be between 5 and 1024 characters
2355 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
2356 # If you do not specify an ID, it will be automatically generated by the server.
2357 # 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.
2358 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
2359 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
2360 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
2361 &quot;endTimeUnspecified&quot;: false, # 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.
2362 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
2363 &quot;source&quot;: { # 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.
2364 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
2365 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002366 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002367 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
2368 # 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.
2369 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2370 &quot;organizer&quot;: { # 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.
2371 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
2372 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
2373 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2374 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2375 },
2376 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
2377 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2378 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2379 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
2380 },
2381 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
2382 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07002383</div>
John Asmuth614db982014-04-24 15:46:26 -04002384
Bu Sun Kim65020912020-05-20 12:08:20 -07002385<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002386 <code class="details" id="patch">patch(calendarId, eventId, body=None, alwaysIncludeEmail=None, sendNotifications=None, sendUpdates=None, conferenceDataVersion=None, supportsAttachments=None, maxAttendees=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07002387 <pre>Updates an event. This method supports patch semantics.
2388
2389Args:
2390 calendarId: 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 &quot;primary&quot; keyword. (required)
2391 eventId: string, Event identifier. (required)
2392 body: object, The request body.
2393 The object takes the form of:
2394
2395{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002396 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
2397 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
2398 # In order to modify attachments the supportsAttachments request parameter should be set to true.
2399 # There can be at most 25 attachments per event,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002400 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002401 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
2402 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
2403 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
2404 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
2405 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
2406 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
2407 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
2408 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002409 },
2410 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002411 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
2412 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2413 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2414 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002415 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002416 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
2417 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
2418 # - &quot;tentative&quot; - The event is tentatively confirmed.
2419 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
2420 # A cancelled status represents two different states depending on the event type:
2421 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
2422 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
2423 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
2424 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
2425 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
2426 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
2427 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
2428 &quot;preferences&quot;: { # Preferences.
2429 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002430 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002431 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
2432 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
2433 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
2434 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
2435 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
2436 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
2437 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
2438 # - &quot;chip&quot; - The gadget displays when the event is clicked.
2439 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002440 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002441 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2442 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002443 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002444 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2445 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
2446 # Required when adding an attendee.
2447 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
2448 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
2449 # - &quot;declined&quot; - The attendee has declined the invitation.
2450 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
2451 # - &quot;accepted&quot; - The attendee has accepted the invitation.
2452 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
2453 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
2454 &quot;resource&quot;: false, # 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.
2455 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
2456 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
2457 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
2458 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002459 },
2460 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002461 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
2462 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
2463 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
2464 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
2465 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
2466 &quot;extendedProperties&quot;: { # Extended properties of the event.
2467 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
2468 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
2469 },
2470 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
2471 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
2472 },
2473 },
2474 &quot;creator&quot;: { # The creator of the event. Read-only.
2475 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2476 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
2477 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
2478 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2479 },
2480 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
2481 &quot;A String&quot;,
2482 ],
2483 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
2484 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
2485 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
2486 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
2487 # Unset for a conference with a failed create request.
2488 # Optional for a conference with a pending create request.
2489 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
2490 # All of them must belong to the same conference.
2491 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2492 {
2493 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
2494 # 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.
2495 # Optional.
2496 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
2497 # 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.
2498 # Optional.
2499 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
2500 # 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.
2501 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
2502 # Possible values are:
2503 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
2504 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
2505 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
2506 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
2507 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
2508 # Examples:
2509 # - for video: meet.google.com/aaa-bbbb-ccc
2510 # - for phone: +1 123 268 2601
2511 # - for sip: 12345678@altostrat.com
2512 # - for more: should not be filled
2513 # Optional.
2514 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
2515 # 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.
2516 # Optional.
2517 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
2518 # Calendar backend will populate this field only for EntryPointType.PHONE.
2519 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
2520 # Format:
2521 # - for video, http: or https: schema is required.
2522 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
2523 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
2524 # - for more, http: or https: schema is required.
2525 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
2526 # 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.
2527 # Optional.
2528 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
2529 &quot;A String&quot;,
2530 ],
2531 },
2532 ],
2533 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
2534 # Unset for a conference with a failed create request.
2535 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2536 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
2537 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2538 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2539 # The possible values are:
2540 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2541 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2542 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2543 # - &quot;addOn&quot; for 3P conference providers
2544 },
2545 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
2546 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
2547 },
2548 &quot;notes&quot;: &quot;A String&quot;, # 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.
2549 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
2550 &quot;addOnParameters&quot;: { # Additional add-on specific data.
2551 &quot;parameters&quot;: {
2552 &quot;a_key&quot;: &quot;A String&quot;,
2553 },
2554 },
2555 },
2556 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
2557 # Can be used by developers to keep track of conferences, should not be displayed to users.
2558 # Values for solution types:
2559 # - &quot;eventHangout&quot;: unset.
2560 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
2561 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
2562 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
2563 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
2564 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2565 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
2566 # 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.
2567 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
2568 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2569 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2570 # The possible values are:
2571 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2572 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2573 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2574 # - &quot;addOn&quot; for 3P conference providers
2575 },
2576 &quot;status&quot;: { # The status of the conference create request.
2577 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
2578 # The possible values are:
2579 # - &quot;pending&quot;: the conference create request is still being processed.
2580 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
2581 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002582 },
2583 },
2584 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002585 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
2586 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
2587 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
2588 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
2589 {
2590 &quot;minutes&quot;: 42, # 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).
2591 # Required when adding a reminder.
2592 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
2593 # - &quot;email&quot; - Reminders are sent via email.
2594 # - &quot;popup&quot; - Reminders are sent via a UI popup.
2595 # Required when adding a reminder.
2596 },
2597 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002598 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002599 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
2600 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2601 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2602 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002603 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002604 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
2605 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
2606 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
2607 # - &quot;private&quot; - The event is private and only event attendees may view event details.
2608 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2609 &quot;colorId&quot;: &quot;A String&quot;, # 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.
2610 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
2611 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
2612 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
2613 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
2614 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
2615 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
2616 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
2617 # - the length of the ID must be between 5 and 1024 characters
2618 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
2619 # If you do not specify an ID, it will be automatically generated by the server.
2620 # 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.
2621 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
2622 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
2623 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
2624 &quot;endTimeUnspecified&quot;: false, # 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.
2625 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
2626 &quot;source&quot;: { # 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.
2627 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
2628 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002629 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002630 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
2631 # 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.
2632 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2633 &quot;organizer&quot;: { # 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.
2634 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
2635 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
2636 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2637 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2638 },
2639 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
2640 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2641 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2642 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
2643 },
2644 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
2645 }
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002646
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002647 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002648 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
2649
2650Whether 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002651 sendUpdates: string, Guests who should receive notifications about the event update (for example, title changes, etc.).
2652 Allowed values
2653 all - Notifications are sent to all guests.
2654 externalOnly - Notifications are sent to non-Google Calendar guests only.
2655 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002656 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&#x27;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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002657 supportsAttachments: boolean, Whether API client performing operation supports event attachments. Optional. The default is False.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002658 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002659
2660Returns:
2661 An object of the form:
2662
2663 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002664 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
2665 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
2666 # In order to modify attachments the supportsAttachments request parameter should be set to true.
2667 # There can be at most 25 attachments per event,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002668 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002669 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
2670 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
2671 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
2672 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
2673 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
2674 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
2675 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
2676 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002677 },
2678 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002679 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
2680 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2681 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2682 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002683 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002684 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
2685 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
2686 # - &quot;tentative&quot; - The event is tentatively confirmed.
2687 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
2688 # A cancelled status represents two different states depending on the event type:
2689 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
2690 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
2691 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
2692 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
2693 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
2694 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
2695 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
2696 &quot;preferences&quot;: { # Preferences.
2697 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002698 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002699 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
2700 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
2701 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
2702 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
2703 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
2704 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
2705 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
2706 # - &quot;chip&quot; - The gadget displays when the event is clicked.
2707 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002708 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002709 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2710 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002711 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002712 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2713 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
2714 # Required when adding an attendee.
2715 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
2716 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
2717 # - &quot;declined&quot; - The attendee has declined the invitation.
2718 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
2719 # - &quot;accepted&quot; - The attendee has accepted the invitation.
2720 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
2721 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
2722 &quot;resource&quot;: false, # 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.
2723 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
2724 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
2725 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
2726 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002727 },
2728 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002729 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
2730 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
2731 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
2732 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
2733 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
2734 &quot;extendedProperties&quot;: { # Extended properties of the event.
2735 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
2736 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
2737 },
2738 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
2739 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
2740 },
2741 },
2742 &quot;creator&quot;: { # The creator of the event. Read-only.
2743 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2744 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
2745 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
2746 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2747 },
2748 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
2749 &quot;A String&quot;,
2750 ],
2751 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
2752 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
2753 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
2754 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
2755 # Unset for a conference with a failed create request.
2756 # Optional for a conference with a pending create request.
2757 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
2758 # All of them must belong to the same conference.
2759 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2760 {
2761 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
2762 # 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.
2763 # Optional.
2764 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
2765 # 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.
2766 # Optional.
2767 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
2768 # 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.
2769 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
2770 # Possible values are:
2771 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
2772 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
2773 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
2774 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
2775 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
2776 # Examples:
2777 # - for video: meet.google.com/aaa-bbbb-ccc
2778 # - for phone: +1 123 268 2601
2779 # - for sip: 12345678@altostrat.com
2780 # - for more: should not be filled
2781 # Optional.
2782 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
2783 # 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.
2784 # Optional.
2785 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
2786 # Calendar backend will populate this field only for EntryPointType.PHONE.
2787 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
2788 # Format:
2789 # - for video, http: or https: schema is required.
2790 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
2791 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
2792 # - for more, http: or https: schema is required.
2793 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
2794 # 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.
2795 # Optional.
2796 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
2797 &quot;A String&quot;,
2798 ],
2799 },
2800 ],
2801 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
2802 # Unset for a conference with a failed create request.
2803 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2804 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
2805 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2806 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2807 # The possible values are:
2808 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2809 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2810 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2811 # - &quot;addOn&quot; for 3P conference providers
2812 },
2813 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
2814 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
2815 },
2816 &quot;notes&quot;: &quot;A String&quot;, # 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.
2817 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
2818 &quot;addOnParameters&quot;: { # Additional add-on specific data.
2819 &quot;parameters&quot;: {
2820 &quot;a_key&quot;: &quot;A String&quot;,
2821 },
2822 },
2823 },
2824 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
2825 # Can be used by developers to keep track of conferences, should not be displayed to users.
2826 # Values for solution types:
2827 # - &quot;eventHangout&quot;: unset.
2828 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
2829 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
2830 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
2831 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
2832 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
2833 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
2834 # 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.
2835 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
2836 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
2837 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
2838 # The possible values are:
2839 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
2840 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
2841 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
2842 # - &quot;addOn&quot; for 3P conference providers
2843 },
2844 &quot;status&quot;: { # The status of the conference create request.
2845 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
2846 # The possible values are:
2847 # - &quot;pending&quot;: the conference create request is still being processed.
2848 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
2849 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002850 },
2851 },
2852 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002853 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
2854 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
2855 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
2856 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
2857 {
2858 &quot;minutes&quot;: 42, # 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).
2859 # Required when adding a reminder.
2860 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
2861 # - &quot;email&quot; - Reminders are sent via email.
2862 # - &quot;popup&quot; - Reminders are sent via a UI popup.
2863 # Required when adding a reminder.
2864 },
2865 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002866 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002867 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
2868 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2869 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2870 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002871 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002872 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
2873 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
2874 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
2875 # - &quot;private&quot; - The event is private and only event attendees may view event details.
2876 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2877 &quot;colorId&quot;: &quot;A String&quot;, # 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.
2878 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
2879 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
2880 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
2881 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
2882 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
2883 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
2884 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
2885 # - the length of the ID must be between 5 and 1024 characters
2886 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
2887 # If you do not specify an ID, it will be automatically generated by the server.
2888 # 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.
2889 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
2890 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
2891 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
2892 &quot;endTimeUnspecified&quot;: false, # 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.
2893 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
2894 &quot;source&quot;: { # 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.
2895 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
2896 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002897 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002898 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
2899 # 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.
2900 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2901 &quot;organizer&quot;: { # 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.
2902 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
2903 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
2904 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2905 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
2906 },
2907 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
2908 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2909 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2910 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
2911 },
2912 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
2913 }</pre>
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002914</div>
2915
2916<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002917 <code class="details" id="quickAdd">quickAdd(calendarId, text, sendNotifications=None, sendUpdates=None)</code>
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002918 <pre>Creates an event based on a simple text string.
2919
2920Args:
2921 calendarId: 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 &quot;primary&quot; keyword. (required)
2922 text: string, The text describing the event to be created. (required)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002923 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
2924
2925Whether to send notifications about the creation of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002926 sendUpdates: string, Guests who should receive notifications about the creation of the new event.
2927 Allowed values
2928 all - Notifications are sent to all guests.
2929 externalOnly - Notifications are sent to non-Google Calendar guests only.
2930 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002931
2932Returns:
2933 An object of the form:
2934
2935 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002936 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
2937 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
2938 # In order to modify attachments the supportsAttachments request parameter should be set to true.
2939 # There can be at most 25 attachments per event,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002940 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002941 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
2942 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
2943 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
2944 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
2945 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
2946 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
2947 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
2948 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002949 },
2950 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002951 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
2952 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
2953 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
2954 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002955 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002956 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
2957 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
2958 # - &quot;tentative&quot; - The event is tentatively confirmed.
2959 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
2960 # A cancelled status represents two different states depending on the event type:
2961 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
2962 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
2963 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
2964 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
2965 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
2966 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
2967 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
2968 &quot;preferences&quot;: { # Preferences.
2969 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002970 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002971 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
2972 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
2973 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
2974 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
2975 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
2976 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
2977 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
2978 # - &quot;chip&quot; - The gadget displays when the event is clicked.
2979 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002980 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002981 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2982 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002983 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08002984 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
2985 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
2986 # Required when adding an attendee.
2987 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
2988 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
2989 # - &quot;declined&quot; - The attendee has declined the invitation.
2990 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
2991 # - &quot;accepted&quot; - The attendee has accepted the invitation.
2992 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
2993 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
2994 &quot;resource&quot;: false, # 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.
2995 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
2996 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
2997 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
2998 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002999 },
3000 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003001 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
3002 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
3003 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
3004 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
3005 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
3006 &quot;extendedProperties&quot;: { # Extended properties of the event.
3007 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
3008 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
3009 },
3010 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
3011 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
3012 },
3013 },
3014 &quot;creator&quot;: { # The creator of the event. Read-only.
3015 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3016 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
3017 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
3018 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
3019 },
3020 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
3021 &quot;A String&quot;,
3022 ],
3023 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
3024 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
3025 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
3026 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
3027 # Unset for a conference with a failed create request.
3028 # Optional for a conference with a pending create request.
3029 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
3030 # All of them must belong to the same conference.
3031 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3032 {
3033 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
3034 # 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.
3035 # Optional.
3036 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
3037 # 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.
3038 # Optional.
3039 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
3040 # 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.
3041 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
3042 # Possible values are:
3043 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
3044 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
3045 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
3046 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
3047 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
3048 # Examples:
3049 # - for video: meet.google.com/aaa-bbbb-ccc
3050 # - for phone: +1 123 268 2601
3051 # - for sip: 12345678@altostrat.com
3052 # - for more: should not be filled
3053 # Optional.
3054 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
3055 # 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.
3056 # Optional.
3057 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
3058 # Calendar backend will populate this field only for EntryPointType.PHONE.
3059 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
3060 # Format:
3061 # - for video, http: or https: schema is required.
3062 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
3063 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
3064 # - for more, http: or https: schema is required.
3065 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
3066 # 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.
3067 # Optional.
3068 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
3069 &quot;A String&quot;,
3070 ],
3071 },
3072 ],
3073 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
3074 # Unset for a conference with a failed create request.
3075 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3076 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
3077 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3078 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3079 # The possible values are:
3080 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3081 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3082 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3083 # - &quot;addOn&quot; for 3P conference providers
3084 },
3085 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
3086 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
3087 },
3088 &quot;notes&quot;: &quot;A String&quot;, # 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.
3089 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
3090 &quot;addOnParameters&quot;: { # Additional add-on specific data.
3091 &quot;parameters&quot;: {
3092 &quot;a_key&quot;: &quot;A String&quot;,
3093 },
3094 },
3095 },
3096 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
3097 # Can be used by developers to keep track of conferences, should not be displayed to users.
3098 # Values for solution types:
3099 # - &quot;eventHangout&quot;: unset.
3100 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
3101 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
3102 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
3103 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
3104 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3105 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
3106 # 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.
3107 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
3108 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3109 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3110 # The possible values are:
3111 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3112 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3113 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3114 # - &quot;addOn&quot; for 3P conference providers
3115 },
3116 &quot;status&quot;: { # The status of the conference create request.
3117 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
3118 # The possible values are:
3119 # - &quot;pending&quot;: the conference create request is still being processed.
3120 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
3121 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003122 },
3123 },
3124 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003125 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
3126 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
3127 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
3128 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
3129 {
3130 &quot;minutes&quot;: 42, # 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).
3131 # Required when adding a reminder.
3132 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
3133 # - &quot;email&quot; - Reminders are sent via email.
3134 # - &quot;popup&quot; - Reminders are sent via a UI popup.
3135 # Required when adding a reminder.
3136 },
3137 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003138 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003139 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
3140 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3141 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3142 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003143 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003144 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
3145 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
3146 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
3147 # - &quot;private&quot; - The event is private and only event attendees may view event details.
3148 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3149 &quot;colorId&quot;: &quot;A String&quot;, # 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.
3150 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
3151 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
3152 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
3153 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
3154 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
3155 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
3156 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
3157 # - the length of the ID must be between 5 and 1024 characters
3158 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
3159 # If you do not specify an ID, it will be automatically generated by the server.
3160 # 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.
3161 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
3162 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
3163 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
3164 &quot;endTimeUnspecified&quot;: false, # 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.
3165 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
3166 &quot;source&quot;: { # 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.
3167 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
3168 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003169 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003170 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
3171 # 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.
3172 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
3173 &quot;organizer&quot;: { # 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.
3174 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
3175 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
3176 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3177 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
3178 },
3179 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
3180 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3181 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3182 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
3183 },
3184 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
3185 }</pre>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003186</div>
3187
3188<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003189 <code class="details" id="update">update(calendarId, eventId, body=None, conferenceDataVersion=None, alwaysIncludeEmail=None, sendUpdates=None, supportsAttachments=None, maxAttendees=None, sendNotifications=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07003190 <pre>Updates an event.
3191
3192Args:
3193 calendarId: 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 &quot;primary&quot; keyword. (required)
3194 eventId: string, Event identifier. (required)
3195 body: object, The request body.
3196 The object takes the form of:
3197
3198{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003199 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003200 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
3201 # In order to modify attachments the supportsAttachments request parameter should be set to true.
3202 # There can be at most 25 attachments per event,
3203 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003204 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003205 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
3206 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003207 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
3208 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003209 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
3210 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
3211 # Required when adding an attachment.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003212 },
3213 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003214 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003215 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003216 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003217 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003218 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003219 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
3220 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
3221 # - &quot;tentative&quot; - The event is tentatively confirmed.
3222 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
3223 # A cancelled status represents two different states depending on the event type:
3224 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
3225 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
3226 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
3227 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
3228 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003229 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003230 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003231 &quot;preferences&quot;: { # Preferences.
3232 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
3233 },
3234 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
3235 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003236 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003237 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003238 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
3239 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
3240 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
3241 # - &quot;chip&quot; - The gadget displays when the event is clicked.
3242 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003243 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003244 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
3245 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
3246 {
3247 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3248 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
3249 # Required when adding an attendee.
3250 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
3251 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
3252 # - &quot;declined&quot; - The attendee has declined the invitation.
3253 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
3254 # - &quot;accepted&quot; - The attendee has accepted the invitation.
3255 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
3256 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
3257 &quot;resource&quot;: false, # 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.
3258 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
3259 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
3260 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
3261 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003262 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003263 ],
3264 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
3265 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
3266 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
3267 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
3268 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
3269 &quot;extendedProperties&quot;: { # Extended properties of the event.
3270 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
3271 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
3272 },
3273 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
3274 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
3275 },
3276 },
3277 &quot;creator&quot;: { # The creator of the event. Read-only.
3278 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3279 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
3280 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
3281 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
3282 },
3283 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
3284 &quot;A String&quot;,
3285 ],
3286 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
3287 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003288 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
3289 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
3290 # Unset for a conference with a failed create request.
3291 # Optional for a conference with a pending create request.
3292 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
3293 # All of them must belong to the same conference.
3294 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3295 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003296 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003297 # 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.
3298 # Optional.
3299 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
3300 # 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.
3301 # Optional.
3302 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
3303 # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003304 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
3305 # Possible values are:
3306 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
3307 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
3308 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
3309 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003310 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
3311 # Examples:
3312 # - for video: meet.google.com/aaa-bbbb-ccc
3313 # - for phone: +1 123 268 2601
3314 # - for sip: 12345678@altostrat.com
3315 # - for more: should not be filled
3316 # Optional.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003317 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
3318 # 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.
3319 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003320 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
3321 # Calendar backend will populate this field only for EntryPointType.PHONE.
3322 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
3323 # Format:
3324 # - for video, http: or https: schema is required.
3325 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
3326 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
3327 # - for more, http: or https: schema is required.
3328 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003329 # 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.
3330 # Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003331 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
3332 &quot;A String&quot;,
3333 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003334 },
3335 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003336 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
3337 # Unset for a conference with a failed create request.
3338 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003339 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
3340 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3341 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3342 # The possible values are:
3343 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3344 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3345 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3346 # - &quot;addOn&quot; for 3P conference providers
3347 },
3348 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003349 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
3350 },
3351 &quot;notes&quot;: &quot;A String&quot;, # 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.
3352 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
3353 &quot;addOnParameters&quot;: { # Additional add-on specific data.
3354 &quot;parameters&quot;: {
3355 &quot;a_key&quot;: &quot;A String&quot;,
3356 },
3357 },
3358 },
3359 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
3360 # Can be used by developers to keep track of conferences, should not be displayed to users.
3361 # Values for solution types:
3362 # - &quot;eventHangout&quot;: unset.
3363 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
3364 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
3365 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
3366 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
3367 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3368 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
3369 # 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.
3370 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
3371 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3372 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3373 # The possible values are:
3374 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3375 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3376 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3377 # - &quot;addOn&quot; for 3P conference providers
3378 },
3379 &quot;status&quot;: { # The status of the conference create request.
3380 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
3381 # The possible values are:
3382 # - &quot;pending&quot;: the conference create request is still being processed.
3383 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
3384 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
3385 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003386 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003387 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003388 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
3389 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
3390 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
3391 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
3392 {
3393 &quot;minutes&quot;: 42, # 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).
3394 # Required when adding a reminder.
3395 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
3396 # - &quot;email&quot; - Reminders are sent via email.
3397 # - &quot;popup&quot; - Reminders are sent via a UI popup.
3398 # Required when adding a reminder.
3399 },
3400 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003401 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003402 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003403 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003404 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003405 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003406 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003407 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
3408 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
3409 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
3410 # - &quot;private&quot; - The event is private and only event attendees may view event details.
3411 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003412 &quot;colorId&quot;: &quot;A String&quot;, # 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.
3413 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
3414 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
3415 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
3416 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
3417 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
3418 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
3419 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
3420 # - the length of the ID must be between 5 and 1024 characters
3421 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
3422 # If you do not specify an ID, it will be automatically generated by the server.
3423 # 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.
3424 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
3425 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
3426 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
3427 &quot;endTimeUnspecified&quot;: false, # 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.
3428 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
3429 &quot;source&quot;: { # 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.
3430 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
3431 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
3432 },
3433 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
3434 # 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.
3435 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003436 &quot;organizer&quot;: { # 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.
3437 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
3438 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003439 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003440 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003441 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003442 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
3443 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3444 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3445 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003446 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003447 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
3448 }
3449
3450 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&#x27;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.
3451 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
3452 sendUpdates: string, Guests who should receive notifications about the event update (for example, title changes, etc.).
3453 Allowed values
3454 all - Notifications are sent to all guests.
3455 externalOnly - Notifications are sent to non-Google Calendar guests only.
3456 none - No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used).
3457 supportsAttachments: boolean, Whether API client performing operation supports event attachments. Optional. The default is False.
3458 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.
3459 sendNotifications: boolean, Deprecated. Please use sendUpdates instead.
3460
3461Whether 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.
3462
3463Returns:
3464 An object of the form:
3465
3466 {
3467 &quot;recurringEventId&quot;: &quot;A String&quot;, # For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
3468 &quot;attachments&quot;: [ # File attachments for the event. Currently only Google Drive attachments are supported.
3469 # In order to modify attachments the supportsAttachments request parameter should be set to true.
3470 # There can be at most 25 attachments per event,
3471 {
3472 &quot;iconLink&quot;: &quot;A String&quot;, # URL link to the attachment&#x27;s icon. Read-only.
3473 &quot;fileId&quot;: &quot;A String&quot;, # ID of the attached file. Read-only.
3474 # For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
3475 &quot;mimeType&quot;: &quot;A String&quot;, # Internet media type (MIME type) of the attachment.
3476 &quot;title&quot;: &quot;A String&quot;, # Attachment title.
3477 &quot;fileUrl&quot;: &quot;A String&quot;, # URL link to the attachment.
3478 # For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
3479 # Required when adding an attachment.
3480 },
3481 ],
3482 &quot;start&quot;: { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
3483 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3484 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3485 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
3486 },
3487 &quot;status&quot;: &quot;A String&quot;, # Status of the event. Optional. Possible values are:
3488 # - &quot;confirmed&quot; - The event is confirmed. This is the default status.
3489 # - &quot;tentative&quot; - The event is tentatively confirmed.
3490 # - &quot;cancelled&quot; - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
3491 # A cancelled status represents two different states depending on the event type:
3492 # - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
3493 # Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
3494 # - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
3495 # Deleted events are only guaranteed to have the id field populated. On the organizer&#x27;s calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
3496 # If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
3497 &quot;summary&quot;: &quot;A String&quot;, # Title of the event.
3498 &quot;gadget&quot;: { # A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
3499 &quot;preferences&quot;: { # Preferences.
3500 &quot;a_key&quot;: &quot;A String&quot;, # The preference name and corresponding value.
3501 },
3502 &quot;iconLink&quot;: &quot;A String&quot;, # The gadget&#x27;s icon URL. The URL scheme must be HTTPS. Deprecated.
3503 &quot;type&quot;: &quot;A String&quot;, # The gadget&#x27;s type. Deprecated.
3504 &quot;width&quot;: 42, # The gadget&#x27;s width in pixels. The width must be an integer greater than 0. Optional. Deprecated.
3505 &quot;height&quot;: 42, # The gadget&#x27;s height in pixels. The height must be an integer greater than 0. Optional. Deprecated.
3506 &quot;title&quot;: &quot;A String&quot;, # The gadget&#x27;s title. Deprecated.
3507 &quot;display&quot;: &quot;A String&quot;, # The gadget&#x27;s display mode. Deprecated. Possible values are:
3508 # - &quot;icon&quot; - The gadget displays next to the event&#x27;s title in the calendar view.
3509 # - &quot;chip&quot; - The gadget displays when the event is clicked.
3510 &quot;link&quot;: &quot;A String&quot;, # The gadget&#x27;s URL. The URL scheme must be HTTPS. Deprecated.
3511 },
3512 &quot;updated&quot;: &quot;A String&quot;, # Last modification time of the event (as a RFC3339 timestamp). Read-only.
3513 &quot;attendees&quot;: [ # The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
3514 {
3515 &quot;id&quot;: &quot;A String&quot;, # The attendee&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3516 &quot;email&quot;: &quot;A String&quot;, # The attendee&#x27;s email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
3517 # Required when adding an attendee.
3518 &quot;responseStatus&quot;: &quot;A String&quot;, # The attendee&#x27;s response status. Possible values are:
3519 # - &quot;needsAction&quot; - The attendee has not responded to the invitation.
3520 # - &quot;declined&quot; - The attendee has declined the invitation.
3521 # - &quot;tentative&quot; - The attendee has tentatively accepted the invitation.
3522 # - &quot;accepted&quot; - The attendee has accepted the invitation.
3523 &quot;organizer&quot;: True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
3524 &quot;optional&quot;: false, # Whether this is an optional attendee. Optional. The default is False.
3525 &quot;resource&quot;: false, # 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.
3526 &quot;self&quot;: false, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
3527 &quot;additionalGuests&quot;: 0, # Number of additional guests. Optional. The default is 0.
3528 &quot;displayName&quot;: &quot;A String&quot;, # The attendee&#x27;s name, if available. Optional.
3529 &quot;comment&quot;: &quot;A String&quot;, # The attendee&#x27;s response comment. Optional.
3530 },
3531 ],
3532 &quot;guestsCanModify&quot;: false, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
3533 &quot;sequence&quot;: 42, # Sequence number as per iCalendar.
3534 &quot;anyoneCanAddSelf&quot;: false, # Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
3535 &quot;privateCopy&quot;: false, # If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
3536 &quot;location&quot;: &quot;A String&quot;, # Geographic location of the event as free-form text. Optional.
3537 &quot;extendedProperties&quot;: { # Extended properties of the event.
3538 &quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
3539 &quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
3540 },
3541 &quot;shared&quot;: { # Properties that are shared between copies of the event on other attendees&#x27; calendars.
3542 &quot;a_key&quot;: &quot;A String&quot;, # The name of the shared property and the corresponding value.
3543 },
3544 },
3545 &quot;creator&quot;: { # The creator of the event. Read-only.
3546 &quot;id&quot;: &quot;A String&quot;, # The creator&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3547 &quot;displayName&quot;: &quot;A String&quot;, # The creator&#x27;s name, if available.
3548 &quot;email&quot;: &quot;A String&quot;, # The creator&#x27;s email address, if available.
3549 &quot;self&quot;: false, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
3550 },
3551 &quot;recurrence&quot;: [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
3552 &quot;A String&quot;,
3553 ],
3554 &quot;locked&quot;: false, # Whether this is a locked event copy where no changes can be made to the main event fields &quot;summary&quot;, &quot;description&quot;, &quot;location&quot;, &quot;start&quot;, &quot;end&quot; or &quot;recurrence&quot;. The default is False. Read-Only.
3555 &quot;conferenceData&quot;: { # The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
3556 &quot;signature&quot;: &quot;A String&quot;, # The signature of the conference data.
3557 # Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
3558 # Unset for a conference with a failed create request.
3559 # Optional for a conference with a pending create request.
3560 &quot;entryPoints&quot;: [ # Information about individual conference entry points, such as URLs or phone numbers.
3561 # All of them must belong to the same conference.
3562 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3563 {
3564 &quot;password&quot;: &quot;A String&quot;, # The password to access the conference. The maximum length is 128 characters.
3565 # 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.
3566 # Optional.
3567 &quot;pin&quot;: &quot;A String&quot;, # The PIN to access the conference. The maximum length is 128 characters.
3568 # 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.
3569 # Optional.
3570 &quot;passcode&quot;: &quot;A String&quot;, # The passcode to access the conference. The maximum length is 128 characters.
3571 # 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.
3572 &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the conference entry point.
3573 # Possible values are:
3574 # - &quot;video&quot; - joining a conference over HTTP. A conference can have zero or one video entry point.
3575 # - &quot;phone&quot; - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
3576 # - &quot;sip&quot; - joining a conference over SIP. A conference can have zero or one sip entry point.
3577 # - &quot;more&quot; - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
3578 &quot;label&quot;: &quot;A String&quot;, # The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
3579 # Examples:
3580 # - for video: meet.google.com/aaa-bbbb-ccc
3581 # - for phone: +1 123 268 2601
3582 # - for sip: 12345678@altostrat.com
3583 # - for more: should not be filled
3584 # Optional.
3585 &quot;meetingCode&quot;: &quot;A String&quot;, # The meeting code to access the conference. The maximum length is 128 characters.
3586 # 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.
3587 # Optional.
3588 &quot;regionCode&quot;: &quot;A String&quot;, # The CLDR/ISO 3166 region code for the country associated with this phone access. Example: &quot;SE&quot; for Sweden.
3589 # Calendar backend will populate this field only for EntryPointType.PHONE.
3590 &quot;uri&quot;: &quot;A String&quot;, # The URI of the entry point. The maximum length is 1300 characters.
3591 # Format:
3592 # - for video, http: or https: schema is required.
3593 # - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
3594 # - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
3595 # - for more, http: or https: schema is required.
3596 &quot;accessCode&quot;: &quot;A String&quot;, # The access code to access the conference. The maximum length is 128 characters.
3597 # 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.
3598 # Optional.
3599 &quot;entryPointFeatures&quot;: [ # Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
3600 &quot;A String&quot;,
3601 ],
3602 },
3603 ],
3604 &quot;conferenceSolution&quot;: { # The conference solution, such as Hangouts or Google Meet.
3605 # Unset for a conference with a failed create request.
3606 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3607 &quot;key&quot;: { # The key which can uniquely identify the conference solution for this event.
3608 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3609 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3610 # The possible values are:
3611 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3612 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3613 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3614 # - &quot;addOn&quot; for 3P conference providers
3615 },
3616 &quot;name&quot;: &quot;A String&quot;, # The user-visible name of this solution. Not localized.
3617 &quot;iconUri&quot;: &quot;A String&quot;, # The user-visible icon for this solution.
3618 },
3619 &quot;notes&quot;: &quot;A String&quot;, # 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.
3620 &quot;parameters&quot;: { # Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
3621 &quot;addOnParameters&quot;: { # Additional add-on specific data.
3622 &quot;parameters&quot;: {
3623 &quot;a_key&quot;: &quot;A String&quot;,
3624 },
3625 },
3626 },
3627 &quot;conferenceId&quot;: &quot;A String&quot;, # The ID of the conference.
3628 # Can be used by developers to keep track of conferences, should not be displayed to users.
3629 # Values for solution types:
3630 # - &quot;eventHangout&quot;: unset.
3631 # - &quot;eventNamedHangout&quot;: the name of the Hangout.
3632 # - &quot;hangoutsMeet&quot;: the 10-letter meeting code, for example &quot;aaa-bbbb-ccc&quot;.
3633 # - &quot;addOn&quot;: defined by 3P conference provider. Optional.
3634 &quot;createRequest&quot;: { # A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
3635 # Either conferenceSolution and at least one entryPoint, or createRequest is required.
3636 &quot;requestId&quot;: &quot;A String&quot;, # The client-generated unique ID for this request.
3637 # 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.
3638 &quot;conferenceSolutionKey&quot;: { # The conference solution, such as Hangouts or Google Meet.
3639 &quot;type&quot;: &quot;A String&quot;, # The conference solution type.
3640 # If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
3641 # The possible values are:
3642 # - &quot;eventHangout&quot; for Hangouts for consumers (http://hangouts.google.com)
3643 # - &quot;eventNamedHangout&quot; for classic Hangouts for Google Workspace users (http://hangouts.google.com)
3644 # - &quot;hangoutsMeet&quot; for Google Meet (http://meet.google.com)
3645 # - &quot;addOn&quot; for 3P conference providers
3646 },
3647 &quot;status&quot;: { # The status of the conference create request.
3648 &quot;statusCode&quot;: &quot;A String&quot;, # The current status of the conference create request. Read-only.
3649 # The possible values are:
3650 # - &quot;pending&quot;: the conference create request is still being processed.
3651 # - &quot;success&quot;: the conference create request succeeded, the entry points are populated.
3652 # - &quot;failure&quot;: the conference create request failed, there are no entry points.
3653 },
3654 },
3655 },
3656 &quot;guestsCanSeeOtherGuests&quot;: true, # Whether attendees other than the organizer can see who the event&#x27;s attendees are. Optional. The default is True.
3657 &quot;reminders&quot;: { # Information about the event&#x27;s reminders for the authenticated user.
3658 &quot;useDefault&quot;: True or False, # Whether the default reminders of the calendar apply to the event.
3659 &quot;overrides&quot;: [ # If the event doesn&#x27;t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
3660 {
3661 &quot;minutes&quot;: 42, # 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).
3662 # Required when adding a reminder.
3663 &quot;method&quot;: &quot;A String&quot;, # The method used by this reminder. Possible values are:
3664 # - &quot;email&quot; - Reminders are sent via email.
3665 # - &quot;popup&quot; - Reminders are sent via a UI popup.
3666 # Required when adding a reminder.
3667 },
3668 ],
3669 },
3670 &quot;end&quot;: { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
3671 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3672 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3673 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
3674 },
3675 &quot;visibility&quot;: &quot;default&quot;, # Visibility of the event. Optional. Possible values are:
3676 # - &quot;default&quot; - Uses the default visibility for events on the calendar. This is the default value.
3677 # - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
3678 # - &quot;private&quot; - The event is private and only event attendees may view event details.
3679 # - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3680 &quot;colorId&quot;: &quot;A String&quot;, # 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.
3681 &quot;transparency&quot;: &quot;opaque&quot;, # Whether the event blocks time on the calendar. Optional. Possible values are:
3682 # - &quot;opaque&quot; - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
3683 # - &quot;transparent&quot; - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
3684 &quot;hangoutLink&quot;: &quot;A String&quot;, # An absolute link to the Google+ hangout associated with this event. Read-only.
3685 &quot;description&quot;: &quot;A String&quot;, # Description of the event. Can contain HTML. Optional.
3686 &quot;id&quot;: &quot;A String&quot;, # Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
3687 # - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
3688 # - the length of the ID must be between 5 and 1024 characters
3689 # - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
3690 # If you do not specify an ID, it will be automatically generated by the server.
3691 # 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.
3692 &quot;guestsCanInviteOthers&quot;: true, # Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
3693 &quot;htmlLink&quot;: &quot;A String&quot;, # An absolute link to this event in the Google Calendar Web UI. Read-only.
3694 &quot;kind&quot;: &quot;calendar#event&quot;, # Type of the resource (&quot;calendar#event&quot;).
3695 &quot;endTimeUnspecified&quot;: false, # 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.
3696 &quot;attendeesOmitted&quot;: false, # Whether attendees may have been omitted from the event&#x27;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&#x27;s response. Optional. The default is False.
3697 &quot;source&quot;: { # 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.
3698 &quot;title&quot;: &quot;A String&quot;, # Title of the source; for example a title of a web page or an email subject.
3699 &quot;url&quot;: &quot;A String&quot;, # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.
3700 },
3701 &quot;iCalUID&quot;: &quot;A String&quot;, # 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.
3702 # 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.
3703 &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
3704 &quot;organizer&quot;: { # 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.
3705 &quot;email&quot;: &quot;A String&quot;, # The organizer&#x27;s email address, if available. It must be a valid email address as per RFC5322.
3706 &quot;displayName&quot;: &quot;A String&quot;, # The organizer&#x27;s name, if available.
3707 &quot;id&quot;: &quot;A String&quot;, # The organizer&#x27;s Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
3708 &quot;self&quot;: false, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
3709 },
3710 &quot;originalStartTime&quot;: { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
3711 &quot;dateTime&quot;: &quot;A String&quot;, # 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.
3712 &quot;timeZone&quot;: &quot;A String&quot;, # The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) 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.
3713 &quot;date&quot;: &quot;A String&quot;, # The date, in the format &quot;yyyy-mm-dd&quot;, if this is an all-day event.
3714 },
3715 &quot;created&quot;: &quot;A String&quot;, # Creation time of the event (as a RFC3339 timestamp). Read-only.
3716 }</pre>
John Asmuth614db982014-04-24 15:46:26 -04003717</div>
3718
3719<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003720 <code class="details" id="watch">watch(calendarId, body=None, pageToken=None, timeMin=None, iCalUID=None, sharedExtendedProperty=None, updatedMin=None, timeMax=None, q=None, syncToken=None, maxResults=None, maxAttendees=None, timeZone=None, alwaysIncludeEmail=None, singleEvents=None, orderBy=None, privateExtendedProperty=None, showDeleted=None, showHiddenInvitations=None)</code>
John Asmuth614db982014-04-24 15:46:26 -04003721 <pre>Watch for changes to Events resources.
3722
3723Args:
Bu Sun Kim65020912020-05-20 12:08:20 -07003724 calendarId: 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 &quot;primary&quot; keyword. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -07003725 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04003726 The object takes the form of:
3727
3728{
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003729 &quot;expiration&quot;: &quot;A String&quot;, # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003730 &quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003731 &quot;id&quot;: &quot;A String&quot;, # A UUID or similar unique string that identifies this channel.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003732 &quot;kind&quot;: &quot;api#channel&quot;, # Identifies this as a notification channel used to watch for changes to a resource, which is &quot;api#channel&quot;.
3733 &quot;address&quot;: &quot;A String&quot;, # The address where notifications are delivered for this channel.
3734 &quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
Bu Sun Kim65020912020-05-20 12:08:20 -07003735 &quot;params&quot;: { # Additional parameters controlling delivery channel behavior. Optional.
3736 &quot;a_key&quot;: &quot;A String&quot;, # Declares a new parameter by name.
John Asmuth614db982014-04-24 15:46:26 -04003737 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003738 &quot;payload&quot;: True or False, # A Boolean value to indicate whether payload is wanted. Optional.
3739 &quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
3740 &quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
John Asmuth614db982014-04-24 15:46:26 -04003741 }
3742
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003743 pageToken: string, Token specifying which result page to return. Optional.
3744 timeMin: string, Lower bound (exclusive) for an event&#x27;s end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but are ignored. If timeMax is set, timeMin must be smaller than timeMax.
3745 iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Optional.
3746 sharedExtendedProperty: string, Extended properties constraint specified as propertyName=value. Matches only shared properties. This parameter might be repeated multiple times to return events that match all given constraints. (repeated)
3747 updatedMin: string, Lower bound for an event&#x27;s last modification time (as a RFC3339 timestamp) to filter by. When specified, entries deleted since this time will always be included regardless of showDeleted. Optional. The default is not to filter by last modification time.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003748 timeMax: string, Upper bound (exclusive) for an event&#x27;s start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but are ignored. If timeMin is set, timeMax must be greater than timeMin.
3749 q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.
Craig Citro065b5302014-08-14 00:47:23 -07003750 syncToken: string, Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All events deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
3751There are several query parameters that cannot be specified together with nextSyncToken to ensure consistency of the client state.
3752
3753These are:
3754- iCalUID
3755- orderBy
3756- privateExtendedProperty
3757- q
3758- sharedExtendedProperty
3759- timeMin
3760- timeMax
3761- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
3762Learn more about incremental synchronization.
3763Optional. The default is to return all entries.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003764 maxResults: integer, Maximum number of events returned on one result page. The number of events in the resulting page may be less than this value, or none at all, even if there are more events matching the query. Incomplete pages can be detected by a non-empty nextPageToken field in the response. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
3765 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.
3766 timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
3767 alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
3768 singleEvents: boolean, Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. Optional. The default is False.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003769 orderBy: string, The order of the events returned in the result. Optional. The default is an unspecified, stable order.
3770 Allowed values
3771 startTime - Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)
3772 updated - Order by last modification time (ascending).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003773 privateExtendedProperty: string, Extended properties constraint specified as propertyName=value. Matches only private properties. This parameter might be repeated multiple times to return events that match all given constraints. (repeated)
3774 showDeleted: boolean, Whether to include deleted events (with status equals &quot;cancelled&quot;) in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003775 showHiddenInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default is False.
John Asmuth614db982014-04-24 15:46:26 -04003776
3777Returns:
3778 An object of the form:
3779
3780 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003781 &quot;expiration&quot;: &quot;A String&quot;, # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003782 &quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003783 &quot;id&quot;: &quot;A String&quot;, # A UUID or similar unique string that identifies this channel.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003784 &quot;kind&quot;: &quot;api#channel&quot;, # Identifies this as a notification channel used to watch for changes to a resource, which is &quot;api#channel&quot;.
3785 &quot;address&quot;: &quot;A String&quot;, # The address where notifications are delivered for this channel.
3786 &quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
Bu Sun Kim65020912020-05-20 12:08:20 -07003787 &quot;params&quot;: { # Additional parameters controlling delivery channel behavior. Optional.
3788 &quot;a_key&quot;: &quot;A String&quot;, # Declares a new parameter by name.
John Asmuth614db982014-04-24 15:46:26 -04003789 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003790 &quot;payload&quot;: True or False, # A Boolean value to indicate whether payload is wanted. Optional.
3791 &quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
3792 &quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
John Asmuth614db982014-04-24 15:46:26 -04003793 }</pre>
3794</div>
3795
3796</body></html>