google-apis-calendar_v3 0.53.0 → 0.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 595be7969c31f14895299245078d98c10e60c0587c870e20cfd9575d613fdbb8
4
- data.tar.gz: a47293d281046349d9946174dc3c115b44e7b574e1bb3956966ff23d497d05af
3
+ metadata.gz: cd313849c53041d3761c2454678efd239d6a40334e29c0d55cbb7414aa79e436
4
+ data.tar.gz: 5c5b8f5b17f845e4ae809e37fc70c52dc7b358fc6473ecf31dfc10289ee22d44
5
5
  SHA512:
6
- metadata.gz: 6ba871c9dbb6dfdba6375c75dab3952bb088c2e293142cefc05e0f6fee7d520ce559c3da6ad5147c167fe4ab9b4941e32384dbcaff8ac19f13da025ffbd7ef52
7
- data.tar.gz: 97e5307fdbc6d7bec86a60c844b811a88baee9e810caec4e1482f6a53a0e6be1f88369721c3b5d9c3abe335f6f33f5bca9443fcc36817c443e9fa0ffcf6d33a9
6
+ metadata.gz: f450b95b01f168a83ed8a376b6521f3e047c73c4c6d4c5e2d9e6e7c9b06069c1fbdc00906c194bfa19e4c791c257853ec8772bb10476099f3f9bd6119fa05829
7
+ data.tar.gz: 8dabee4435c27d371388bc7de188034b0620ddc52805d9c29ad77d9190458efc08fe255da11fb6d7aa1850c62b1d700aad9b4d76f7960cc39bc74fe75549ae0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.55.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.54.0 (2026-05-24)
8
+
9
+ * Regenerated from discovery document revision 20260517
10
+
3
11
  ### v0.53.0 (2026-03-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260225
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/calendar/fir
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1741,6 +1741,16 @@ module Google
1741
1741
  # @return [Fixnum]
1742
1742
  attr_accessor :additional_guests
1743
1743
 
1744
+ # If present, indicates the status of an asynchronous operation ongoing for this
1745
+ # attendee (e.g. listing of members of large attendee groups). Read-only. The
1746
+ # default is to not be present.
1747
+ # Possible values are:
1748
+ # - "inProgress" - The asynchronous operation is in progress.
1749
+ # - (not present) - Otherwise.
1750
+ # Corresponds to the JSON property `asyncOperation`
1751
+ # @return [String]
1752
+ attr_accessor :async_operation
1753
+
1744
1754
  # The attendee's response comment. Optional.
1745
1755
  # Corresponds to the JSON property `comment`
1746
1756
  # @return [String]
@@ -1814,6 +1824,7 @@ module Google
1814
1824
  # Update properties of this object
1815
1825
  def update!(**args)
1816
1826
  @additional_guests = args[:additional_guests] if args.key?(:additional_guests)
1827
+ @async_operation = args[:async_operation] if args.key?(:async_operation)
1817
1828
  @comment = args[:comment] if args.key?(:comment)
1818
1829
  @display_name = args[:display_name] if args.key?(:display_name)
1819
1830
  @email = args[:email] if args.key?(:email)
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260225"
25
+ REVISION = "20260517"
26
26
  end
27
27
  end
28
28
  end
@@ -699,6 +699,7 @@ module Google
699
699
  # @private
700
700
  class Representation < Google::Apis::Core::JsonRepresentation
701
701
  property :additional_guests, as: 'additionalGuests'
702
+ property :async_operation, as: 'asyncOperation'
702
703
  property :comment, as: 'comment'
703
704
  property :display_name, as: 'displayName'
704
705
  property :email, as: 'email'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-calendar_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.55.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-calendar_v3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="