Skip to content

Commit 38af600

Browse files
feat: Automated regeneration of calendar v3 client (googleapis#20232)
Auto-created at 2024-09-15 09:53:47 +0000 using the toys pull request generator.
1 parent 00e57eb commit 38af600

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

generated/google-apis-calendar_v3/CHANGELOG.md

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

3+
### v0.43.0 (2024-09-15)
4+
5+
* Regenerated from discovery document revision 20240906
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.42.0 (2024-07-25)
49

510
* Regenerated from discovery document revision 20240705

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,12 @@ class Event
11121112

11131113
# Specific type of the event. This cannot be modified after the event is created.
11141114
# Possible values are:
1115+
# - "birthday" - A special all-day event with an annual recurrence.
11151116
# - "default" - A regular event or not further specified.
1116-
# - "outOfOffice" - An out-of-office event.
11171117
# - "focusTime" - A focus-time event.
1118-
# - "workingLocation" - A working location event.
11191118
# - "fromGmail" - An event from Gmail. This type of event cannot be created.
1119+
# - "outOfOffice" - An out-of-office event.
1120+
# - "workingLocation" - A working location event.
11201121
# Corresponds to the JSON property `eventType`
11211122
# @return [String]
11221123
attr_accessor :event_type

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

Lines changed: 3 additions & 3 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.42.0"
19+
GEM_VERSION = "0.43.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,8 +1434,8 @@ def list_events(calendar_id, always_include_email: nil, event_types: nil, i_cal_
14341434
end
14351435

14361436
# Moves an event to another calendar, i.e. changes an event's organizer. Note
1437-
# that only default events can be moved; outOfOffice, focusTime, workingLocation
1438-
# and fromGmail events cannot be moved.
1437+
# that only default events can be moved; birthday, focusTime, fromGmail,
1438+
# outOfOffice and workingLocation events cannot be moved.
14391439
# @param [String] calendar_id
14401440
# Calendar identifier of the source calendar where the event currently is on.
14411441
# @param [String] event_id

0 commit comments

Comments
 (0)