Skip to content

Commit 6acc2c7

Browse files
feat: Automated regeneration of calendar v3 client (#18716)
Auto-created at 2024-04-07 10:06:33 +0000 using the toys pull request generator.
1 parent e533a95 commit 6acc2c7

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

generated/google-apis-calendar_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-calendar_v3
22

3+
### v0.39.0 (2024-04-07)
4+
5+
* Regenerated from discovery document revision 20240328
6+
37
### v0.38.0 (2024-02-24)
48

59
* Regenerated using generator version 0.14.0

generated/google-apis-calendar_v3/lib/google/apis/calendar_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CalendarV3
1818
# Version of the google-apis-calendar_v3 gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240111"
25+
REVISION = "20240328"
2626
end
2727
end
2828
end

generated/google-apis-calendar_v3/lib/google/apis/calendar_v3/service.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,7 @@ def list_event_instances(calendar_id, event_id, always_include_email: nil, max_a
12801280
# Deprecated and ignored.
12811281
# @param [Array<String>, String] event_types
12821282
# Event types to return. Optional. This parameter can be repeated multiple times
1283-
# to return events of different types. The default is ["default", "focusTime", "
1284-
# outOfOffice"].
1283+
# to return events of different types. If unset, returns all event types.
12851284
# @param [String] i_cal_uid
12861285
# Specifies an event ID in the iCalendar format to be provided in the response.
12871286
# Optional. Use this if you want to search for an event by its iCalendar ID.
@@ -1683,8 +1682,7 @@ def update_event(calendar_id, event_id, event_object = nil, always_include_email
16831682
# Deprecated and ignored.
16841683
# @param [Array<String>, String] event_types
16851684
# Event types to return. Optional. This parameter can be repeated multiple times
1686-
# to return events of different types. The default is ["default", "focusTime", "
1687-
# outOfOffice"].
1685+
# to return events of different types. If unset, returns all event types.
16881686
# @param [String] i_cal_uid
16891687
# Specifies an event ID in the iCalendar format to be provided in the response.
16901688
# Optional. Use this if you want to search for an event by its iCalendar ID.

0 commit comments

Comments
 (0)