google-apis-calendar_v3 0.39.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: ab2101f62462f5781f6ada3f099623a5a20ea4463ccb8c4b60b71f454dcf19bc
4
- data.tar.gz: 46b0a272803346bbaa8aefa02798357fd6cc575b8083d6dadb640ebe4d288b0d
3
+ metadata.gz: e1656c320efcf3a940224b54a896ac2425321eff08053482bc8fc2523afe9475
4
+ data.tar.gz: d3df651a30d1c18ae321eba24a2635a0483d69560bef5551bd87733a8abbc095
5
5
  SHA512:
6
- metadata.gz: 9f496f150e8385e73ffd3b433a42cd0ed5bf9659ecf5a31901e10d471311183679755d1715584abe04c5a2368ab082059f49bbd4a7a374defe4c6e911ced624b
7
- data.tar.gz: 9e354585f60d7a1934f46b766b92fe2785bd9394162e9ebb376aa1bd151be086fca714fcd858104e1c1931db834d56b2fb0d5762607f750d0dd53fd76cc67290
6
+ metadata.gz: 4b209bf0a6e74d8bdfac0929ece6c16dd709cd6f437b2171a8d9fcf7c95b1f1bb8ed09d30d7d260859cf40d19e1c52a4d2e00d50218ebb468505868957cfdda6
7
+ data.tar.gz: 4464db3865e84e01f8fcb081311a99f89c418e2baaf366bfe18e4807c698ffde1974fdaa398dfad74589db4d9edf7373f49f8e0599ef217d8d722f71f14d4e5f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.39.0 (2024-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240328
@@ -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.39.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 = "20240328"
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
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.39.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-04-07 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.39.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: []