Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
beeminder-gcal-integration
v0.1.3h
Top Level Namespace
Auth
Beeminder
Goal
Google
Calendar
Event
Secrets
Built with Crystal 1.9.2
2023-10-08 14:41:39 UTC
class
Google::Calendar::Event
Google::Calendar::Event
Reference
Object
Included Modules
JSON::Serializable
Defined in:
google.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(goal)
Instance Method Summary
#description
: String
#start
: Hash(String, Time)
#summary
: String
#transparency
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(goal)
#
[
View source
]
Instance Method Detail
def
description
: String
#
[
View source
]
def
start
: Hash(String, Time)
#
[
View source
]
def
summary
: String
#
[
View source
]
def
transparency
: String
#
[
View source
]