google-apis-calendar_v3 0.36.0 → 0.37.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: ee9763af721c56b6227ae0cd5cde516bca6e4963e0d3325f0f335f6cb6c49ecc
4
- data.tar.gz: 6393698a70a4a1872fad7d31643e340cde7dc3fae41c15df1e5d0b681de18ef6
3
+ metadata.gz: fa197cacf6a0ec184e9b0b0c7f0874da314138de54b037f564e882bd0f8b613b
4
+ data.tar.gz: 92b26a7505e92fed56c6b9ba3d4d47e653ae3cdfe752d796408d58d1d16076b7
5
5
  SHA512:
6
- metadata.gz: 98e3d3e0d066689cc1df99edf2f3484b171ad943d689f1e59102b8dc71eebf3a456c9529146eed4432852c9ec1c59574b26a5ce462f4a8145b721d80cae837d3
7
- data.tar.gz: c4c29a84ef2b89ae930cc1f0fb997c616e0bd809e8856ca80a27330bdc9e73ce3978e60e95a19da6b6ad48136c3708ec37a3b09c4b53f4b19ba8c7e5999077be
6
+ metadata.gz: a34970f18222247e549c00f5b72c58b802cbd33e503947b5a7b017d93fb3b8d6586a8ed76ae7ac4de386a1386553824807e9706154e047de0500b617c7df3d1d
7
+ data.tar.gz: a7b6c13e0790af39d5e33bd51c7adc430c51cf5f938d205d8744481805f8146bff166b414b7c426fe26b7cbf8cf7ae90c85996b626c25e561eaa8dd4867568ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-calendar_v3
2
2
 
3
+ ### v0.37.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20240111
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.36.0 (2023-12-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20231215
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231215"
25
+ REVISION = "20240111"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://developers.google.com/google-apps/calendar/firstapp
34
34
  class CalendarService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://www.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ module Google
47
49
  attr_accessor :user_ip
48
50
 
49
51
  def initialize
50
- super('https://www.googleapis.com/', 'calendar/v3/',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, 'calendar/v3/',
51
53
  client_name: 'google-apis-calendar_v3',
52
54
  client_version: Google::Apis::CalendarV3::GEM_VERSION)
53
55
  @batch_path = 'batch/calendar/v3'
@@ -1275,16 +1277,10 @@ module Google
1275
1277
  # method. If you want to access the primary calendar of the currently logged in
1276
1278
  # user, use the "primary" keyword.
1277
1279
  # @param [Boolean] always_include_email
1278
- # Deprecated and ignored. A value will always be returned in the email field for
1279
- # the organizer, creator and attendees, even if no real email address is
1280
- # available (i.e. a generated, non-working value will be provided).
1280
+ # Deprecated and ignored.
1281
1281
  # @param [Array<String>, String] event_types
1282
- # Event types to return. Optional. Possible values are:
1283
- # - "default"
1284
- # - "focusTime"
1285
- # - "outOfOffice"
1286
- # - "workingLocation"This parameter can be repeated multiple times to return
1287
- # events of different types. The default is ["default", "focusTime", "
1282
+ # Event types to return. Optional. This parameter can be repeated multiple times
1283
+ # to return events of different types. The default is ["default", "focusTime", "
1288
1284
  # outOfOffice"].
1289
1285
  # @param [String] i_cal_uid
1290
1286
  # Specifies an event ID in the iCalendar format to be provided in the response.
@@ -1316,6 +1312,8 @@ module Google
1316
1312
  # - location
1317
1313
  # - attendee's displayName
1318
1314
  # - attendee's email
1315
+ # - organizer's displayName
1316
+ # - organizer's email
1319
1317
  # - workingLocationProperties.officeLocation.buildingId
1320
1318
  # - workingLocationProperties.officeLocation.deskId
1321
1319
  # - workingLocationProperties.officeLocation.label
@@ -1682,16 +1680,10 @@ module Google
1682
1680
  # user, use the "primary" keyword.
1683
1681
  # @param [Google::Apis::CalendarV3::Channel] channel_object
1684
1682
  # @param [Boolean] always_include_email
1685
- # Deprecated and ignored. A value will always be returned in the email field for
1686
- # the organizer, creator and attendees, even if no real email address is
1687
- # available (i.e. a generated, non-working value will be provided).
1683
+ # Deprecated and ignored.
1688
1684
  # @param [Array<String>, String] event_types
1689
- # Event types to return. Optional. Possible values are:
1690
- # - "default"
1691
- # - "focusTime"
1692
- # - "outOfOffice"
1693
- # - "workingLocation"This parameter can be repeated multiple times to return
1694
- # events of different types. The default is ["default", "focusTime", "
1685
+ # Event types to return. Optional. This parameter can be repeated multiple times
1686
+ # to return events of different types. The default is ["default", "focusTime", "
1695
1687
  # outOfOffice"].
1696
1688
  # @param [String] i_cal_uid
1697
1689
  # Specifies an event ID in the iCalendar format to be provided in the response.
@@ -1723,6 +1715,8 @@ module Google
1723
1715
  # - location
1724
1716
  # - attendee's displayName
1725
1717
  # - attendee's email
1718
+ # - organizer's displayName
1719
+ # - organizer's email
1726
1720
  # - workingLocationProperties.officeLocation.buildingId
1727
1721
  # - workingLocationProperties.officeLocation.deskId
1728
1722
  # - workingLocationProperties.officeLocation.label
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.36.0
4
+ version: 0.37.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-12-24 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.37.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: []
@@ -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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Calendar API V3