google-apis-calendar_v3 0.35.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: 78bd7ab63893be38454658abe25ccd31f321a53f93da4eb0e56bfda79275319f
4
- data.tar.gz: e40d7b0fe10ce10d16efd10d14b29257b00ecd366c5b3df0be40dad5219f06d2
3
+ metadata.gz: fa197cacf6a0ec184e9b0b0c7f0874da314138de54b037f564e882bd0f8b613b
4
+ data.tar.gz: 92b26a7505e92fed56c6b9ba3d4d47e653ae3cdfe752d796408d58d1d16076b7
5
5
  SHA512:
6
- metadata.gz: aa8c0f1d47098aa03fef484558a773bf4b2a7ef0df2818ffd4d6e9d61f3ff070b2e4d82ec7983b8db5b87e5b6db0ba20ce8bed3ed65687e6323b3a79fd5c9c76
7
- data.tar.gz: f7720d349efbabe402bd6219f2bfbbac1a808f47f9913def2ffa4924bf634f2ead0e5bc072b3923fcfe17e1987f5c5cd30868825beb6aaafccec94477aed7708
6
+ metadata.gz: a34970f18222247e549c00f5b72c58b802cbd33e503947b5a7b017d93fb3b8d6586a8ed76ae7ac4de386a1386553824807e9706154e047de0500b617c7df3d1d
7
+ data.tar.gz: a7b6c13e0790af39d5e33bd51c7adc430c51cf5f938d205d8744481805f8146bff166b414b7c426fe26b7cbf8cf7ae90c85996b626c25e561eaa8dd4867568ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.36.0 (2023-12-24)
9
+
10
+ * Regenerated from discovery document revision 20231215
11
+
3
12
  ### v0.35.0 (2023-12-03)
4
13
 
5
14
  * Regenerated from discovery document revision 20231123
@@ -1113,10 +1113,8 @@ module Google
1113
1113
  # Specific type of the event. This cannot be modified after the event is created.
1114
1114
  # Possible values are:
1115
1115
  # - "default" - A regular event or not further specified.
1116
- # - "outOfOffice" - An out-of-office event. An outOfOfficeProperties parameter
1117
- # must be supplied to make a valid event (even if empty).
1118
- # - "focusTime" - A focus-time event. A focusTimeProperties parameter must be
1119
- # supplied to make a valid event (even if empty).
1116
+ # - "outOfOffice" - An out-of-office event.
1117
+ # - "focusTime" - A focus-time event.
1120
1118
  # - "workingLocation" - A working location event. Currently, only "default "
1121
1119
  # and "workingLocation" events can be created using the API. Extended support
1122
1120
  # for other event types will be made available in later releases.
@@ -1129,7 +1127,7 @@ module Google
1129
1127
  # @return [Google::Apis::CalendarV3::Event::ExtendedProperties]
1130
1128
  attr_accessor :extended_properties
1131
1129
 
1132
- # Focus Time event data. Required if eventType is focusTime.
1130
+ # Focus Time event data. Used if eventType is focusTime.
1133
1131
  # Corresponds to the JSON property `focusTimeProperties`
1134
1132
  # @return [Google::Apis::CalendarV3::EventFocusTimeProperties]
1135
1133
  attr_accessor :focus_time_properties
@@ -1236,7 +1234,7 @@ module Google
1236
1234
  # @return [Google::Apis::CalendarV3::EventDateTime]
1237
1235
  attr_accessor :original_start_time
1238
1236
 
1239
- # Out of office event data. Required if eventType is outOfOffice.
1237
+ # Out of office event data. Used if eventType is outOfOffice.
1240
1238
  # Corresponds to the JSON property `outOfOfficeProperties`
1241
1239
  # @return [Google::Apis::CalendarV3::EventOutOfOfficeProperties]
1242
1240
  attr_accessor :out_of_office_properties
@@ -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.35.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 = "20231123"
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.35.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-03 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.35.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