google-apis-calendar_v3 0.1.0 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f0e6c229a4c1dac281c47d40c18892875de30c0d1bc79db2898b70128b2fd35
|
4
|
+
data.tar.gz: 6f466db8ebe0010c775ea8a3586c466d45a08ec11b856a4df18fd0e68b67e596
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 854175af45ee356a5198b31a63b7b1068162c7bc77297bb575402dc0aeb2e867591b59d86d2da3db28294ac4ee8ea4f4cbae8056c04959f91f19b928e110649a
|
7
|
+
data.tar.gz: 5ff124bcd96665f89a3cdda8cb30e4bd0e300332c82eb7252f38d2edfbe9b36896aacc471cba07a82bc0256678346266aab159215ab36776d6edca4bd993380a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-calendar_v3
|
2
2
|
|
3
|
+
### v0.6.0 (2021-05-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210429
|
6
|
+
|
7
|
+
### v0.5.0 (2021-03-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210320
|
10
|
+
* Regenerated using generator version 0.2.0
|
11
|
+
|
12
|
+
### v0.4.0 (2021-03-04)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.3.0 (2021-02-19)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210215
|
19
|
+
|
20
|
+
### v0.2.0 (2021-02-02)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210128
|
23
|
+
* Regenerated using generator version 0.1.2
|
24
|
+
|
3
25
|
### v0.1.0 (2021-01-07)
|
4
26
|
|
5
27
|
* Regenerated using generator version 0.1.1
|
@@ -38,7 +38,7 @@ module Google
|
|
38
38
|
# View events on all your calendars
|
39
39
|
AUTH_CALENDAR_EVENTS_READONLY = 'https://www.googleapis.com/auth/calendar.events.readonly'
|
40
40
|
|
41
|
-
#
|
41
|
+
# See and download any calendar you can access using your Google Calendar
|
42
42
|
AUTH_CALENDAR_READONLY = 'https://www.googleapis.com/auth/calendar.readonly'
|
43
43
|
|
44
44
|
# View your Calendar settings
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
# @return [String]
|
78
78
|
attr_accessor :etag
|
79
79
|
|
80
|
-
# Identifier of the ACL rule.
|
80
|
+
# Identifier of the Access Control List (ACL) rule. See Sharing calendars.
|
81
81
|
# Corresponds to the JSON property `id`
|
82
82
|
# @return [String]
|
83
83
|
attr_accessor :id
|
@@ -101,7 +101,7 @@ module Google
|
|
101
101
|
# @return [String]
|
102
102
|
attr_accessor :role
|
103
103
|
|
104
|
-
# The
|
104
|
+
# The extent to which calendar access is granted by this ACL rule.
|
105
105
|
# Corresponds to the JSON property `scope`
|
106
106
|
# @return [Google::Apis::CalendarV3::AclRule::Scope]
|
107
107
|
attr_accessor :scope
|
@@ -119,7 +119,7 @@ module Google
|
|
119
119
|
@scope = args[:scope] if args.key?(:scope)
|
120
120
|
end
|
121
121
|
|
122
|
-
# The
|
122
|
+
# The extent to which calendar access is granted by this ACL rule.
|
123
123
|
class Scope
|
124
124
|
include Google::Apis::Core::Hashable
|
125
125
|
|
@@ -522,7 +522,9 @@ module Google
|
|
522
522
|
# @return [String]
|
523
523
|
attr_accessor :token
|
524
524
|
|
525
|
-
# The type of delivery mechanism used for this channel.
|
525
|
+
# The type of delivery mechanism used for this channel. Valid values are "
|
526
|
+
# web_hook" (or "webhook"). Both values refer to a channel where Http requests
|
527
|
+
# are used to deliver messages.
|
526
528
|
# Corresponds to the JSON property `type`
|
527
529
|
# @return [String]
|
528
530
|
attr_accessor :type
|
@@ -578,14 +580,14 @@ module Google
|
|
578
580
|
|
579
581
|
# A global palette of calendar colors, mapping from the color ID to its
|
580
582
|
# definition. A calendarListEntry resource refers to one of these color IDs in
|
581
|
-
# its
|
583
|
+
# its colorId field. Read-only.
|
582
584
|
# Corresponds to the JSON property `calendar`
|
583
585
|
# @return [Hash<String,Google::Apis::CalendarV3::ColorDefinition>]
|
584
586
|
attr_accessor :calendar
|
585
587
|
|
586
588
|
# A global palette of event colors, mapping from the color ID to its definition.
|
587
|
-
# An event resource may refer to one of these color IDs in its
|
588
|
-
# only.
|
589
|
+
# An event resource may refer to one of these color IDs in its colorId field.
|
590
|
+
# Read-only.
|
589
591
|
# Corresponds to the JSON property `event`
|
590
592
|
# @return [Hash<String,Google::Apis::CalendarV3::ColorDefinition>]
|
591
593
|
attr_accessor :event
|
@@ -621,11 +623,11 @@ module Google
|
|
621
623
|
# The ID of the conference.
|
622
624
|
# Can be used by developers to keep track of conferences, should not be
|
623
625
|
# displayed to users.
|
624
|
-
#
|
625
|
-
# -
|
626
|
-
# -
|
627
|
-
# -
|
628
|
-
# -
|
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.
|
629
|
+
# - hangoutsMeet: ID is the 10-letter meeting code, for example aaa-bbbb-ccc.
|
630
|
+
# - addOn: ID is defined by the third-party provider. Optional.
|
629
631
|
# Corresponds to the JSON property `conferenceId`
|
630
632
|
# @return [String]
|
631
633
|
attr_accessor :conference_id
|
@@ -1107,6 +1109,13 @@ module Google
|
|
1107
1109
|
# @return [String]
|
1108
1110
|
attr_accessor :etag
|
1109
1111
|
|
1112
|
+
# Specific type of the event. Read-only. Possible values are:
|
1113
|
+
# - "default" - A regular event or not further specified.
|
1114
|
+
# - "outOfOffice" - An out-of-office event.
|
1115
|
+
# Corresponds to the JSON property `eventType`
|
1116
|
+
# @return [String]
|
1117
|
+
attr_accessor :event_type
|
1118
|
+
|
1110
1119
|
# Extended properties of the event.
|
1111
1120
|
# Corresponds to the JSON property `extendedProperties`
|
1112
1121
|
# @return [Google::Apis::CalendarV3::Event::ExtendedProperties]
|
@@ -1338,6 +1347,7 @@ module Google
|
|
1338
1347
|
@end = args[:end] if args.key?(:end)
|
1339
1348
|
@end_time_unspecified = args[:end_time_unspecified] if args.key?(:end_time_unspecified)
|
1340
1349
|
@etag = args[:etag] if args.key?(:etag)
|
1350
|
+
@event_type = args[:event_type] if args.key?(:event_type)
|
1341
1351
|
@extended_properties = args[:extended_properties] if args.key?(:extended_properties)
|
1342
1352
|
@gadget = args[:gadget] if args.key?(:gadget)
|
1343
1353
|
@guests_can_invite_others = args[:guests_can_invite_others] if args.key?(:guests_can_invite_others)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210429"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -527,6 +527,7 @@ module Google
|
|
527
527
|
|
528
528
|
property :end_time_unspecified, as: 'endTimeUnspecified'
|
529
529
|
property :etag, as: 'etag'
|
530
|
+
property :event_type, as: 'eventType'
|
530
531
|
property :extended_properties, as: 'extendedProperties', class: Google::Apis::CalendarV3::Event::ExtendedProperties, decorator: Google::Apis::CalendarV3::Event::ExtendedProperties::Representation
|
531
532
|
|
532
533
|
property :gadget, as: 'gadget', class: Google::Apis::CalendarV3::Event::Gadget, decorator: Google::Apis::CalendarV3::Event::Gadget::Representation
|
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.
|
4
|
+
version: 0.6.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-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-calendar_v3/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-calendar_v3
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Calendar API V3
|