google-apis-calendar_v3 0.2.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/calendar_v3/classes.rb +14 -12
- data/lib/google/apis/calendar_v3/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 305d56e6ca8689589a086a65b1b36c7145b5ce82689384b205fd6191ae46ec54
|
4
|
+
data.tar.gz: 9519bacbf7caccc489f7537339141f42f360f3a0cfad13ccc56178c35aa037e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88022bac7a289aeb926dc1790a60c434c7ee40243f0bea6a73b76a63e5accea3bc00bb4e69858603f5f6daec1abec778147bdb8354321c6c60ff082abaf1a2fc
|
7
|
+
data.tar.gz: 69387ec456e8e9bc1c402025642434c0cfdc196956639a08c83cec43fe3ddda44d8ff2785f88a4c0a45be43dbb3015b83a412d10ba6a692568f0c187e8dd48e1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-calendar_v3
|
2
2
|
|
3
|
+
### v0.7.0 (2021-05-19)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.6.0 (2021-05-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210429
|
10
|
+
|
11
|
+
### v0.5.0 (2021-03-24)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210320
|
14
|
+
* Regenerated using generator version 0.2.0
|
15
|
+
|
16
|
+
### v0.4.0 (2021-03-04)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
20
|
+
### v0.3.0 (2021-02-19)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210215
|
23
|
+
|
3
24
|
### v0.2.0 (2021-02-02)
|
4
25
|
|
5
26
|
* Regenerated from discovery document revision 20210128
|
@@ -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
|
@@ -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.7.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
|
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.7.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-24 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.7.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.2.
|
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
|