Skip to content

Commit 31aa3f6

Browse files
chore(calendar): update the api
#### calendar:v3 The following keys were added: - schemas.Event.properties.eventType (Total Keys: 2)
1 parent 584c50b commit 31aa3f6

File tree

6 files changed

+2998
-2954
lines changed

6 files changed

+2998
-2954
lines changed

docs/dyn/calendar_v3.acl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h3>Method Details</h3>
397397
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
398398
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
399399
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
400-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
400+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
401401
}
402402

403403
maxResults: integer, Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
@@ -423,7 +423,7 @@ <h3>Method Details</h3>
423423
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
424424
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
425425
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
426-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
426+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
427427
}</pre>
428428
</div>
429429

docs/dyn/calendar_v3.calendarList.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ <h3>Method Details</h3>
702702
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
703703
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
704704
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
705-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
705+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
706706
}
707707

708708
maxResults: integer, Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
@@ -736,7 +736,7 @@ <h3>Method Details</h3>
736736
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
737737
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
738738
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
739-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
739+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
740740
}</pre>
741741
</div>
742742

docs/dyn/calendar_v3.channels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
107107
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
108108
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
109-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
109+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
110110
}
111111

112112
</pre>

docs/dyn/calendar_v3.events.html

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ <h3>Method Details</h3>
307307
},
308308
&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.
309309
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
310+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
311+
# - &quot;default&quot; - A regular event or not further specified.
312+
# - &quot;outOfOffice&quot; - An out-of-office event.
310313
&quot;extendedProperties&quot;: { # Extended properties of the event.
311314
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
312315
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -569,6 +572,9 @@ <h3>Method Details</h3>
569572
},
570573
&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.
571574
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
575+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
576+
# - &quot;default&quot; - A regular event or not further specified.
577+
# - &quot;outOfOffice&quot; - An out-of-office event.
572578
&quot;extendedProperties&quot;: { # Extended properties of the event.
573579
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
574580
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -827,6 +833,9 @@ <h3>Method Details</h3>
827833
},
828834
&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.
829835
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
836+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
837+
# - &quot;default&quot; - A regular event or not further specified.
838+
# - &quot;outOfOffice&quot; - An out-of-office event.
830839
&quot;extendedProperties&quot;: { # Extended properties of the event.
831840
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
832841
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1089,6 +1098,9 @@ <h3>Method Details</h3>
10891098
},
10901099
&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.
10911100
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
1101+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
1102+
# - &quot;default&quot; - A regular event or not further specified.
1103+
# - &quot;outOfOffice&quot; - An out-of-office event.
10921104
&quot;extendedProperties&quot;: { # Extended properties of the event.
10931105
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
10941106
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1356,6 +1368,9 @@ <h3>Method Details</h3>
13561368
},
13571369
&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.
13581370
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
1371+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
1372+
# - &quot;default&quot; - A regular event or not further specified.
1373+
# - &quot;outOfOffice&quot; - An out-of-office event.
13591374
&quot;extendedProperties&quot;: { # Extended properties of the event.
13601375
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
13611376
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1649,6 +1664,9 @@ <h3>Method Details</h3>
16491664
},
16501665
&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.
16511666
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
1667+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
1668+
# - &quot;default&quot; - A regular event or not further specified.
1669+
# - &quot;outOfOffice&quot; - An out-of-office event.
16521670
&quot;extendedProperties&quot;: { # Extended properties of the event.
16531671
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
16541672
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1987,6 +2005,9 @@ <h3>Method Details</h3>
19872005
},
19882006
&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.
19892007
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2008+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
2009+
# - &quot;default&quot; - A regular event or not further specified.
2010+
# - &quot;outOfOffice&quot; - An out-of-office event.
19902011
&quot;extendedProperties&quot;: { # Extended properties of the event.
19912012
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
19922013
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2282,6 +2303,9 @@ <h3>Method Details</h3>
22822303
},
22832304
&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.
22842305
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2306+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
2307+
# - &quot;default&quot; - A regular event or not further specified.
2308+
# - &quot;outOfOffice&quot; - An out-of-office event.
22852309
&quot;extendedProperties&quot;: { # Extended properties of the event.
22862310
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
22872311
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2545,6 +2569,9 @@ <h3>Method Details</h3>
25452569
},
25462570
&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.
25472571
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2572+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
2573+
# - &quot;default&quot; - A regular event or not further specified.
2574+
# - &quot;outOfOffice&quot; - An out-of-office event.
25482575
&quot;extendedProperties&quot;: { # Extended properties of the event.
25492576
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
25502577
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2813,6 +2840,9 @@ <h3>Method Details</h3>
28132840
},
28142841
&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.
28152842
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
2843+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
2844+
# - &quot;default&quot; - A regular event or not further specified.
2845+
# - &quot;outOfOffice&quot; - An out-of-office event.
28162846
&quot;extendedProperties&quot;: { # Extended properties of the event.
28172847
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
28182848
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3085,6 +3115,9 @@ <h3>Method Details</h3>
30853115
},
30863116
&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.
30873117
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
3118+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
3119+
# - &quot;default&quot; - A regular event or not further specified.
3120+
# - &quot;outOfOffice&quot; - An out-of-office event.
30883121
&quot;extendedProperties&quot;: { # Extended properties of the event.
30893122
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
30903123
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3348,6 +3381,9 @@ <h3>Method Details</h3>
33483381
},
33493382
&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.
33503383
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
3384+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
3385+
# - &quot;default&quot; - A regular event or not further specified.
3386+
# - &quot;outOfOffice&quot; - An out-of-office event.
33513387
&quot;extendedProperties&quot;: { # Extended properties of the event.
33523388
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
33533389
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3616,6 +3652,9 @@ <h3>Method Details</h3>
36163652
},
36173653
&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.
36183654
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
3655+
&quot;eventType&quot;: &quot;default&quot;, # Specific type of the event. Read-only. Possible values are:
3656+
# - &quot;default&quot; - A regular event or not further specified.
3657+
# - &quot;outOfOffice&quot; - An out-of-office event.
36193658
&quot;extendedProperties&quot;: { # Extended properties of the event.
36203659
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
36213660
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3737,7 +3776,7 @@ <h3>Method Details</h3>
37373776
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
37383777
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
37393778
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
3740-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
3779+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
37413780
}
37423781

37433782
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).
@@ -3789,7 +3828,7 @@ <h3>Method Details</h3>
37893828
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
37903829
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
37913830
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
3792-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
3831+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
37933832
}</pre>
37943833
</div>
37953834

docs/dyn/calendar_v3.settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h3>Method Details</h3>
178178
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
179179
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
180180
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
181-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
181+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
182182
}
183183

184184
maxResults: integer, Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
@@ -203,7 +203,7 @@ <h3>Method Details</h3>
203203
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
204204
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
205205
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
206-
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
206+
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel. Valid values are &quot;web_hook&quot; (or &quot;webhook&quot;). Both values refer to a channel where Http requests are used to deliver messages.
207207
}</pre>
208208
</div>
209209

0 commit comments

Comments
 (0)