google-apis-calendar_v3 0.34.0 → 0.35.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: 78bd7ab63893be38454658abe25ccd31f321a53f93da4eb0e56bfda79275319f
4
+ data.tar.gz: e40d7b0fe10ce10d16efd10d14b29257b00ecd366c5b3df0be40dad5219f06d2
5
5
  SHA512:
6
- metadata.gz: b81c944ea2486d2061a040658bc1f6d4bcb757eac05d0fd1e74a2f6432688af0cd8fb7ba7db7975cdf3a1e6ff0cdb2de9b10ed53e3520dc8e6466182d10ac18a
7
- data.tar.gz: 022cf30ca69a2d8660594b75ebccb06c76da12bd330d7e121dd74a2ae7b6a26b4944dcd378f5bd568c9a2d84dda3c0fdfd07ffa091a348b4c83dbd18b082f3c0
6
+ metadata.gz: aa8c0f1d47098aa03fef484558a773bf4b2a7ef0df2818ffd4d6e9d61f3ff070b2e4d82ec7983b8db5b87e5b6db0ba20ce8bed3ed65687e6323b3a79fd5c9c76
7
+ data.tar.gz: f7720d349efbabe402bd6219f2bfbbac1a808f47f9913def2ffa4924bf634f2ead0e5bc072b3923fcfe17e1987f5c5cd30868825beb6aaafccec94477aed7708
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.35.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231123
6
+
3
7
  ### v0.34.0 (2023-11-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20231116
@@ -1113,8 +1113,10 @@ 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.
1117
- # - "focusTime" - A focus-time event.
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).
1118
1120
  # - "workingLocation" - A working location event. Currently, only "default "
1119
1121
  # and "workingLocation" events can be created using the API. Extended support
1120
1122
  # for other event types will be made available in later releases.
@@ -1127,7 +1129,7 @@ module Google
1127
1129
  # @return [Google::Apis::CalendarV3::Event::ExtendedProperties]
1128
1130
  attr_accessor :extended_properties
1129
1131
 
1130
- # Focus Time event data.
1132
+ # Focus Time event data. Required if eventType is focusTime.
1131
1133
  # Corresponds to the JSON property `focusTimeProperties`
1132
1134
  # @return [Google::Apis::CalendarV3::EventFocusTimeProperties]
1133
1135
  attr_accessor :focus_time_properties
@@ -1234,7 +1236,7 @@ module Google
1234
1236
  # @return [Google::Apis::CalendarV3::EventDateTime]
1235
1237
  attr_accessor :original_start_time
1236
1238
 
1237
- # Out of office event data.
1239
+ # Out of office event data. Required if eventType is outOfOffice.
1238
1240
  # Corresponds to the JSON property `outOfOfficeProperties`
1239
1241
  # @return [Google::Apis::CalendarV3::EventOutOfOfficeProperties]
1240
1242
  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.35.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 = "20231123"
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.35.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-03 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.35.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: []