google-apis-calendar_v3 0.38.0 → 0.40.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: 82cff3103a15b54993ac3de4ec472cdcdb8ddc6e6336dc7e38b724d40d3808af
4
- data.tar.gz: f9afc49dd21a6bf3387a4420396b2c9db7ca16f65c9fd10cd426e821623998a2
3
+ metadata.gz: e1656c320efcf3a940224b54a896ac2425321eff08053482bc8fc2523afe9475
4
+ data.tar.gz: d3df651a30d1c18ae321eba24a2635a0483d69560bef5551bd87733a8abbc095
5
5
  SHA512:
6
- metadata.gz: cf6e3144f5628c8955ef6ef9df093681c79f76557eba8844b2982bccee68bb92b74f456da0f72ff7ad8db616c26ac83f9c56a6e530fe21f179685146aa373826
7
- data.tar.gz: f080bebd99ce2ef86a0615eb0878133e380b8b38d26f1006a969b0ba48cfae75902e8e9b584b32858e694e570261bc0a32288d70248cd20d50007b91be63869f
6
+ metadata.gz: 4b209bf0a6e74d8bdfac0929ece6c16dd709cd6f437b2171a8d9fcf7c95b1f1bb8ed09d30d7d260859cf40d19e1c52a4d2e00d50218ebb468505868957cfdda6
7
+ data.tar.gz: 4464db3865e84e01f8fcb081311a99f89c418e2baaf366bfe18e4807c698ffde1974fdaa398dfad74589db4d9edf7373f49f8e0599ef217d8d722f71f14d4e5f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.40.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240419
6
+
7
+ ### v0.39.0 (2024-04-07)
8
+
9
+ * Regenerated from discovery document revision 20240328
10
+
3
11
  ### v0.38.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1115,9 +1115,7 @@ module Google
1115
1115
  # - "default" - A regular event or not further specified.
1116
1116
  # - "outOfOffice" - An out-of-office event.
1117
1117
  # - "focusTime" - A focus-time event.
1118
- # - "workingLocation" - A working location event. Currently, only "default "
1119
- # and "workingLocation" events can be created using the API. Extended support
1120
- # for other event types will be made available in later releases.
1118
+ # - "workingLocation" - A working location event.
1121
1119
  # Corresponds to the JSON property `eventType`
1122
1120
  # @return [String]
1123
1121
  attr_accessor :event_type
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240111"
25
+ REVISION = "20240419"
26
26
  end
27
27
  end
28
28
  end
@@ -1081,7 +1081,10 @@ module Google
1081
1081
  end
1082
1082
 
1083
1083
  # Imports an event. This operation is used to add a private copy of an existing
1084
- # event to a calendar.
1084
+ # event to a calendar. Only events with an eventType of default may be imported.
1085
+ # Deprecated behavior: If a non-default event is imported, its type will be
1086
+ # changed to default and any event-type-specific properties it may have will be
1087
+ # dropped.
1085
1088
  # @param [String] calendar_id
1086
1089
  # Calendar identifier. To retrieve calendar IDs call the calendarList.list
1087
1090
  # method. If you want to access the primary calendar of the currently logged in
@@ -1280,8 +1283,7 @@ module Google
1280
1283
  # Deprecated and ignored.
1281
1284
  # @param [Array<String>, String] event_types
1282
1285
  # Event types to return. Optional. This parameter can be repeated multiple times
1283
- # to return events of different types. The default is ["default", "focusTime", "
1284
- # outOfOffice"].
1286
+ # to return events of different types. If unset, returns all event types.
1285
1287
  # @param [String] i_cal_uid
1286
1288
  # Specifies an event ID in the iCalendar format to be provided in the response.
1287
1289
  # Optional. Use this if you want to search for an event by its iCalendar ID.
@@ -1683,8 +1685,7 @@ module Google
1683
1685
  # Deprecated and ignored.
1684
1686
  # @param [Array<String>, String] event_types
1685
1687
  # Event types to return. Optional. This parameter can be repeated multiple times
1686
- # to return events of different types. The default is ["default", "focusTime", "
1687
- # outOfOffice"].
1688
+ # to return events of different types. If unset, returns all event types.
1688
1689
  # @param [String] i_cal_uid
1689
1690
  # Specifies an event ID in the iCalendar format to be provided in the response.
1690
1691
  # 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.38.0
4
+ version: 0.40.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.40.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: []