google-apis-calendar_v3 0.51.0 → 0.52.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/calendar_v3/classes.rb +5 -1
- data/lib/google/apis/calendar_v3/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee0e8670e36c55472c3ab643b65896256a37466030a14d22a0cd54be4e84107a
|
|
4
|
+
data.tar.gz: a66835e991c0bf5e9f7a157a5a632691c3cd9b8858dcc4cf2f273932f639bb4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4da0eb5599951fd7eb30672ac74ad24ba8c79644cf5886c8b1b28725780a5061fea2cb847532feb2606f370cc3543f8ef4f5378c90dd9f035be181026fb4946d
|
|
7
|
+
data.tar.gz: 1e738aaec94085a9f7e282cad589875c2dd0c211940fe0ceb16d560f879a3309e372002be49a74b447f3d077ceddb46e7a964bd4750dab023ac32d7d5198f4e4
|
data/CHANGELOG.md
CHANGED
|
@@ -1111,7 +1111,11 @@ module Google
|
|
|
1111
1111
|
# The conference-related information, such as details of a Google Meet
|
|
1112
1112
|
# conference. To create new conference details use the createRequest field. To
|
|
1113
1113
|
# persist your changes, remember to set the conferenceDataVersion request
|
|
1114
|
-
# parameter to 1 for all event modification requests.
|
|
1114
|
+
# parameter to 1 for all event modification requests. Warning: Reusing Google
|
|
1115
|
+
# Meet conference data across different events can cause access issues and
|
|
1116
|
+
# expose meeting details to unintended users. To help ensure meeting privacy,
|
|
1117
|
+
# always generate a unique conference for each event by using the createRequest
|
|
1118
|
+
# field.
|
|
1115
1119
|
# Corresponds to the JSON property `conferenceData`
|
|
1116
1120
|
# @return [Google::Apis::CalendarV3::ConferenceData]
|
|
1117
1121
|
attr_accessor :conference_data
|
|
@@ -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.52.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 = "20260215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.52.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.52.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:
|