Skip to content

Commit 6017ce2

Browse files
feat: Automated regeneration of calendar v3 client (googleapis#21464)
Auto-created at 2025-01-26 09:45:24 +0000 using the toys pull request generator.
1 parent ba92dce commit 6017ce2

File tree

4 files changed

+46
-5
lines changed

4 files changed

+46
-5
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.46.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250115
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.45.0 (2024-11-17)
49

510
* Regenerated from discovery document revision 20241101

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,48 @@ module CalendarV3
3232
# See, edit, share, and permanently delete all the calendars you can access using Google Calendar
3333
AUTH_CALENDAR = 'https://www.googleapis.com/auth/calendar'
3434

35+
# See and change the sharing permissions of Google calendars you own
36+
AUTH_CALENDAR_ACLS = 'https://www.googleapis.com/auth/calendar.acls'
37+
38+
# See the sharing permissions of Google calendars you own
39+
AUTH_CALENDAR_ACLS_READONLY = 'https://www.googleapis.com/auth/calendar.acls.readonly'
40+
41+
# Make secondary Google calendars, and see, create, change, and delete events on them
42+
AUTH_CALENDAR_APP_CREATED = 'https://www.googleapis.com/auth/calendar.app.created'
43+
44+
# See, add, and remove Google calendars you’re subscribed to
45+
AUTH_CALENDAR_CALENDARLIST = 'https://www.googleapis.com/auth/calendar.calendarlist'
46+
47+
# See the list of Google calendars you’re subscribed to
48+
AUTH_CALENDAR_CALENDARLIST_READONLY = 'https://www.googleapis.com/auth/calendar.calendarlist.readonly'
49+
50+
# See and change the properties of Google calendars you have access to, and create secondary calendars
51+
AUTH_CALENDAR_CALENDARS = 'https://www.googleapis.com/auth/calendar.calendars'
52+
53+
# See the title, description, default time zone, and other properties of Google calendars you have access to
54+
AUTH_CALENDAR_CALENDARS_READONLY = 'https://www.googleapis.com/auth/calendar.calendars.readonly'
55+
3556
# View and edit events on all your calendars
3657
AUTH_CALENDAR_EVENTS = 'https://www.googleapis.com/auth/calendar.events'
3758

59+
# See the availability on Google calendars you have access to
60+
AUTH_CALENDAR_EVENTS_FREEBUSY = 'https://www.googleapis.com/auth/calendar.events.freebusy'
61+
62+
# See, create, change, and delete events on Google calendars you own
63+
AUTH_CALENDAR_EVENTS_OWNED = 'https://www.googleapis.com/auth/calendar.events.owned'
64+
65+
# See the events on Google calendars you own
66+
AUTH_CALENDAR_EVENTS_OWNED_READONLY = 'https://www.googleapis.com/auth/calendar.events.owned.readonly'
67+
68+
# See the events on public calendars
69+
AUTH_CALENDAR_EVENTS_PUBLIC_READONLY = 'https://www.googleapis.com/auth/calendar.events.public.readonly'
70+
3871
# View events on all your calendars
3972
AUTH_CALENDAR_EVENTS_READONLY = 'https://www.googleapis.com/auth/calendar.events.readonly'
4073

74+
# View your availability in your calendars
75+
AUTH_CALENDAR_FREEBUSY = 'https://www.googleapis.com/auth/calendar.freebusy'
76+
4177
# See and download any calendar you can access using your Google Calendar
4278
AUTH_CALENDAR_READONLY = 'https://www.googleapis.com/auth/calendar.readonly'
4379

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ class AclRule
9494
# to users with reader access, but event details will be hidden.
9595
# - "writer" - Provides read and write access to the calendar. Private events
9696
# will appear to users with writer access, and event details will be visible.
97+
# Provides read access to the calendar's ACLs.
9798
# - "owner" - Provides ownership of the calendar. This role has all of the
98-
# permissions of the writer role with the additional ability to see and
99-
# manipulate ACLs.
99+
# permissions of the writer role with the additional ability to manipulate ACLs.
100100
# Corresponds to the JSON property `role`
101101
# @return [String]
102102
attr_accessor :role

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.45.0"
19+
GEM_VERSION = "0.46.0"
2020

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

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

0 commit comments

Comments
 (0)