class Google::Calendar::Events

Included Modules

Defined in:

calendar/events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_role : String #

[View source]
def access_role=(access_role : String) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def etag : String #

[View source]
def etag=(etag : String) #

[View source]
def items : Array(Calendar::Event) #

[View source]
def items=(items : Array(Calendar::Event)) #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def next_page_token : String | Nil #

[View source]
def next_page_token=(next_page_token : String | Nil) #

[View source]
def next_sync_token : String | Nil #

[View source]
def next_sync_token=(next_sync_token : String | Nil) #

[View source]
def summary : String #

[View source]
def summary=(summary : String) #

[View source]
def time_zone : String #

[View source]
def time_zone=(time_zone : String) #

[View source]
def updated : Time #

[View source]
def updated=(updated : Time) #

[View source]