google-apis-calendar_v3 0.11.0 → 0.15.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: 29f30c24640c474cc3744408b9a2a7d90c7fe83864e67f035094987d5eff4895
4
- data.tar.gz: 16ce0c20ec985c0be715b923c7b1029a771b90d6ff63369d26320988cd3f71ee
3
+ metadata.gz: 4508c611b62f38d69d184d849455a6e8040d36bfba14a1287799d4de1bff7c6f
4
+ data.tar.gz: cd929b106a3b0dc653ed1eab5a70af4775b2e0c2e102d33565cc5e301f9075c0
5
5
  SHA512:
6
- metadata.gz: 3e2449b415464d9d1a65f03155ca0a22d19def2c57542303a10bc54b2ea3489971228f5dc76190117aaafa66f122278813637575b4574badb0536c170f0bb574
7
- data.tar.gz: 0ee4ff8d78daafa6d008d35d2fc0a155d1587e8421c649a8581afe487bf67030dce67f532da79412001129925c4b1897eb14241433aebe5c9f770a1c38d4c922
6
+ metadata.gz: 87c2ea053bf281ab96c0eea1cec6500fc0485b5ff703407e2190ea808c33b0715a3faf4f12ecb2f6bac3dca2a5908bb2499ec50c74087d3b9a3907b258d0a60e
7
+ data.tar.gz: 9c09caffbcca291a73750f8d01c797f06bb21e5ab3af5c125f2488e3c9c1e948aa7c4999ca1db710791fe1937030d8df19eaf46c920e335d65cca77d1d0eab71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.15.0 (2022-01-08)
4
+
5
+ * Regenerated from discovery document revision 20211229
6
+ * Unspecified changes
7
+
8
+ ### v0.14.0 (2021-11-03)
9
+
10
+ * Regenerated from discovery document revision 20211026
11
+
12
+ ### v0.13.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.12.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210804
19
+
3
20
  ### v0.11.0 (2021-07-14)
4
21
 
5
22
  * Regenerated from discovery document revision 20210708
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/calendar_v3"
51
51
  client = Google::Apis::CalendarV3::CalendarService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Calendar service in particular.)
67
67
 
@@ -624,15 +624,16 @@ module Google
624
624
  # Can be used by developers to keep track of conferences, should not be
625
625
  # displayed to users.
626
626
  # The ID value is formed differently for each conference solution type:
627
- # - eventHangout: ID is not set.
628
- # - eventNamedHangout: ID is the name of the Hangout.
627
+ # - eventHangout: ID is not set. (This conference type is deprecated.)
628
+ # - eventNamedHangout: ID is the name of the Hangout. (This conference type is
629
+ # deprecated.)
629
630
  # - hangoutsMeet: ID is the 10-letter meeting code, for example aaa-bbbb-ccc.
630
631
  # - addOn: ID is defined by the third-party provider. Optional.
631
632
  # Corresponds to the JSON property `conferenceId`
632
633
  # @return [String]
633
634
  attr_accessor :conference_id
634
635
 
635
- # The conference solution, such as Hangouts or Google Meet.
636
+ # The conference solution, such as Google Meet.
636
637
  # Unset for a conference with a failed create request.
637
638
  # Either conferenceSolution and at least one entryPoint, or createRequest is
638
639
  # required.
@@ -672,8 +673,7 @@ module Google
672
673
  attr_accessor :parameters
673
674
 
674
675
  # The signature of the conference data.
675
- # Generated on server side. Must be preserved while copying the conference data
676
- # between events, otherwise the conference data will not be copied.
676
+ # Generated on server side.
677
677
  # Unset for a conference with a failed create request.
678
678
  # Optional for a conference with a pending create request.
679
679
  # Corresponds to the JSON property `signature`
@@ -820,9 +820,11 @@ module Google
820
820
  # If a client encounters an unfamiliar or empty type, it should still be able to
821
821
  # display the entry points. However, it should disallow modifications.
822
822
  # The possible values are:
823
- # - "eventHangout" for Hangouts for consumers (http://hangouts.google.com)
823
+ # - "eventHangout" for Hangouts for consumers (deprecated; existing events may
824
+ # show this conference solution type but new conferences cannot be created)
824
825
  # - "eventNamedHangout" for classic Hangouts for Google Workspace users (
825
- # deprecated; http://hangouts.google.com)
826
+ # deprecated; existing events may show this conference solution type but new
827
+ # conferences cannot be created)
826
828
  # - "hangoutsMeet" for Google Meet (http://meet.google.com)
827
829
  # - "addOn" for 3P conference providers
828
830
  # Corresponds to the JSON property `type`
@@ -1112,6 +1114,7 @@ module Google
1112
1114
  # Specific type of the event. Read-only. Possible values are:
1113
1115
  # - "default" - A regular event or not further specified.
1114
1116
  # - "outOfOffice" - An out-of-office event.
1117
+ # - "focusTime" - A focus-time event.
1115
1118
  # Corresponds to the JSON property `eventType`
1116
1119
  # @return [String]
1117
1120
  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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210708"
25
+ REVISION = "20211229"
26
26
  end
27
27
  end
28
28
  end
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.11.0
4
+ version: 0.15.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: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3
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.15.0
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: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Calendar API V3