google-apis-calendar_v3 0.35.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78bd7ab63893be38454658abe25ccd31f321a53f93da4eb0e56bfda79275319f
4
- data.tar.gz: e40d7b0fe10ce10d16efd10d14b29257b00ecd366c5b3df0be40dad5219f06d2
3
+ metadata.gz: ee9763af721c56b6227ae0cd5cde516bca6e4963e0d3325f0f335f6cb6c49ecc
4
+ data.tar.gz: 6393698a70a4a1872fad7d31643e340cde7dc3fae41c15df1e5d0b681de18ef6
5
5
  SHA512:
6
- metadata.gz: aa8c0f1d47098aa03fef484558a773bf4b2a7ef0df2818ffd4d6e9d61f3ff070b2e4d82ec7983b8db5b87e5b6db0ba20ce8bed3ed65687e6323b3a79fd5c9c76
7
- data.tar.gz: f7720d349efbabe402bd6219f2bfbbac1a808f47f9913def2ffa4924bf634f2ead0e5bc072b3923fcfe17e1987f5c5cd30868825beb6aaafccec94477aed7708
6
+ metadata.gz: 98e3d3e0d066689cc1df99edf2f3484b171ad943d689f1e59102b8dc71eebf3a456c9529146eed4432852c9ec1c59574b26a5ce462f4a8145b721d80cae837d3
7
+ data.tar.gz: c4c29a84ef2b89ae930cc1f0fb997c616e0bd809e8856ca80a27330bdc9e73ce3978e60e95a19da6b6ad48136c3708ec37a3b09c4b53f4b19ba8c7e5999077be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.36.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231215
6
+
3
7
  ### v0.35.0 (2023-12-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20231123
@@ -1113,10 +1113,8 @@ module Google
1113
1113
  # Specific type of the event. This cannot be modified after the event is created.
1114
1114
  # Possible values are:
1115
1115
  # - "default" - A regular event or not further specified.
1116
- # - "outOfOffice" - An out-of-office event. An outOfOfficeProperties parameter
1117
- # must be supplied to make a valid event (even if empty).
1118
- # - "focusTime" - A focus-time event. A focusTimeProperties parameter must be
1119
- # supplied to make a valid event (even if empty).
1116
+ # - "outOfOffice" - An out-of-office event.
1117
+ # - "focusTime" - A focus-time event.
1120
1118
  # - "workingLocation" - A working location event. Currently, only "default "
1121
1119
  # and "workingLocation" events can be created using the API. Extended support
1122
1120
  # for other event types will be made available in later releases.
@@ -1129,7 +1127,7 @@ module Google
1129
1127
  # @return [Google::Apis::CalendarV3::Event::ExtendedProperties]
1130
1128
  attr_accessor :extended_properties
1131
1129
 
1132
- # Focus Time event data. Required if eventType is focusTime.
1130
+ # Focus Time event data. Used if eventType is focusTime.
1133
1131
  # Corresponds to the JSON property `focusTimeProperties`
1134
1132
  # @return [Google::Apis::CalendarV3::EventFocusTimeProperties]
1135
1133
  attr_accessor :focus_time_properties
@@ -1236,7 +1234,7 @@ module Google
1236
1234
  # @return [Google::Apis::CalendarV3::EventDateTime]
1237
1235
  attr_accessor :original_start_time
1238
1236
 
1239
- # Out of office event data. Required if eventType is outOfOffice.
1237
+ # Out of office event data. Used if eventType is outOfOffice.
1240
1238
  # Corresponds to the JSON property `outOfOfficeProperties`
1241
1239
  # @return [Google::Apis::CalendarV3::EventOutOfOfficeProperties]
1242
1240
  attr_accessor :out_of_office_properties
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231123"
25
+ REVISION = "20231215"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-calendar_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-03 00:00:00.000000000 Z
11
+ date: 2023-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3
63
63
  post_install_message:
64
64
  rdoc_options: []