google-apis-calendar_v3 0.49.0 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f0f1e756795fd39316786e05c21b73db0249491e542361378da8f05c7fc0bf3
|
|
4
|
+
data.tar.gz: 8dd7895f905bcfea82a49a06092c77fcaf252f67df62aad16e4de230b760553a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fd105dd42b06dbaa4600360fea563ba2abbed6a7509a7fad9aa7e476a366ecb2893560e2879c4c09304e43773e023a01b1a8ed0aa41ca6cfe3e98e0aa409a38
|
|
7
|
+
data.tar.gz: 730570bc9509abe85bab9c2a42f8c73ced5de9f318588f96cb4399957ab76b132392913b55271f10de7d8d79ff19317dac5422c309761053718445071405e620
|
data/CHANGELOG.md
CHANGED
|
@@ -158,6 +158,13 @@ module Google
|
|
|
158
158
|
class Calendar
|
|
159
159
|
include Google::Apis::Core::Hashable
|
|
160
160
|
|
|
161
|
+
# Whether this calendar automatically accepts invitations. Only valid for
|
|
162
|
+
# resource calendars.
|
|
163
|
+
# Corresponds to the JSON property `autoAcceptInvitations`
|
|
164
|
+
# @return [Boolean]
|
|
165
|
+
attr_accessor :auto_accept_invitations
|
|
166
|
+
alias_method :auto_accept_invitations?, :auto_accept_invitations
|
|
167
|
+
|
|
161
168
|
# Conferencing properties for this calendar, for example what types of
|
|
162
169
|
# conferences are allowed.
|
|
163
170
|
# Corresponds to the JSON property `conferenceProperties`
|
|
@@ -213,6 +220,7 @@ module Google
|
|
|
213
220
|
|
|
214
221
|
# Update properties of this object
|
|
215
222
|
def update!(**args)
|
|
223
|
+
@auto_accept_invitations = args[:auto_accept_invitations] if args.key?(:auto_accept_invitations)
|
|
216
224
|
@conference_properties = args[:conference_properties] if args.key?(:conference_properties)
|
|
217
225
|
@data_owner = args[:data_owner] if args.key?(:data_owner)
|
|
218
226
|
@description = args[:description] if args.key?(:description)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CalendarV3
|
|
18
18
|
# Version of the google-apis-calendar_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251123"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -339,6 +339,7 @@ module Google
|
|
|
339
339
|
class Calendar
|
|
340
340
|
# @private
|
|
341
341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
342
|
+
property :auto_accept_invitations, as: 'autoAcceptInvitations'
|
|
342
343
|
property :conference_properties, as: 'conferenceProperties', class: Google::Apis::CalendarV3::ConferenceProperties, decorator: Google::Apis::CalendarV3::ConferenceProperties::Representation
|
|
343
344
|
|
|
344
345
|
property :data_owner, as: 'dataOwner'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-calendar_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.50.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|