google-apis-calendar_v3 0.34.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: ed5f142958d5c64983e89fe942a3b9808ef082cdfe7c45549f86d5ff43e0133c
4
- data.tar.gz: 702f8e681739f269154dc258861f372707044e8ee20d07ca8c44132a07b42308
3
+ metadata.gz: ee9763af721c56b6227ae0cd5cde516bca6e4963e0d3325f0f335f6cb6c49ecc
4
+ data.tar.gz: 6393698a70a4a1872fad7d31643e340cde7dc3fae41c15df1e5d0b681de18ef6
5
5
  SHA512:
6
- metadata.gz: b81c944ea2486d2061a040658bc1f6d4bcb757eac05d0fd1e74a2f6432688af0cd8fb7ba7db7975cdf3a1e6ff0cdb2de9b10ed53e3520dc8e6466182d10ac18a
7
- data.tar.gz: 022cf30ca69a2d8660594b75ebccb06c76da12bd330d7e121dd74a2ae7b6a26b4944dcd378f5bd568c9a2d84dda3c0fdfd07ffa091a348b4c83dbd18b082f3c0
6
+ metadata.gz: 98e3d3e0d066689cc1df99edf2f3484b171ad943d689f1e59102b8dc71eebf3a456c9529146eed4432852c9ec1c59574b26a5ce462f4a8145b721d80cae837d3
7
+ data.tar.gz: c4c29a84ef2b89ae930cc1f0fb997c616e0bd809e8856ca80a27330bdc9e73ce3978e60e95a19da6b6ad48136c3708ec37a3b09c4b53f4b19ba8c7e5999077be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.35.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231123
10
+
3
11
  ### v0.34.0 (2023-11-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20231116
@@ -1127,7 +1127,7 @@ module Google
1127
1127
  # @return [Google::Apis::CalendarV3::Event::ExtendedProperties]
1128
1128
  attr_accessor :extended_properties
1129
1129
 
1130
- # Focus Time event data.
1130
+ # Focus Time event data. Used if eventType is focusTime.
1131
1131
  # Corresponds to the JSON property `focusTimeProperties`
1132
1132
  # @return [Google::Apis::CalendarV3::EventFocusTimeProperties]
1133
1133
  attr_accessor :focus_time_properties
@@ -1234,7 +1234,7 @@ module Google
1234
1234
  # @return [Google::Apis::CalendarV3::EventDateTime]
1235
1235
  attr_accessor :original_start_time
1236
1236
 
1237
- # Out of office event data.
1237
+ # Out of office event data. Used if eventType is outOfOffice.
1238
1238
  # Corresponds to the JSON property `outOfOfficeProperties`
1239
1239
  # @return [Google::Apis::CalendarV3::EventOutOfOfficeProperties]
1240
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.34.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 = "20231116"
25
+ REVISION = "20231215"
26
26
  end
27
27
  end
28
28
  end
@@ -1284,13 +1284,8 @@ module Google
1284
1284
  # - "focusTime"
1285
1285
  # - "outOfOffice"
1286
1286
  # - "workingLocation"This parameter can be repeated multiple times to return
1287
- # events of different types. Currently, these are the only allowed values for
1288
- # this field:
1289
- # - ["default", "focusTime", "outOfOffice"]
1290
- # - ["default", "focusTime", "outOfOffice", "workingLocation"]
1291
- # - ["workingLocation"] The default is ["default", "focusTime", "outOfOffice"].
1292
- # Additional combinations of these four event types will be made available in
1293
- # later releases.
1287
+ # events of different types. The default is ["default", "focusTime", "
1288
+ # outOfOffice"].
1294
1289
  # @param [String] i_cal_uid
1295
1290
  # Specifies an event ID in the iCalendar format to be provided in the response.
1296
1291
  # Optional. Use this if you want to search for an event by its iCalendar ID.
@@ -1696,13 +1691,8 @@ module Google
1696
1691
  # - "focusTime"
1697
1692
  # - "outOfOffice"
1698
1693
  # - "workingLocation"This parameter can be repeated multiple times to return
1699
- # events of different types. Currently, these are the only allowed values for
1700
- # this field:
1701
- # - ["default", "focusTime", "outOfOffice"]
1702
- # - ["default", "focusTime", "outOfOffice", "workingLocation"]
1703
- # - ["workingLocation"] The default is ["default", "focusTime", "outOfOffice"].
1704
- # Additional combinations of these four event types will be made available in
1705
- # later releases.
1694
+ # events of different types. The default is ["default", "focusTime", "
1695
+ # outOfOffice"].
1706
1696
  # @param [String] i_cal_uid
1707
1697
  # Specifies an event ID in the iCalendar format to be provided in the response.
1708
1698
  # Optional. Use this if you want to search for an event by its iCalendar ID.
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.34.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-11-26 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.34.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: []