struct Place::Schedule::UpdateEvent

Included Modules

Extended Modules

Defined in:

place/llm/schedule.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def all_day : Bool | Nil #

[View source]
def attendees : Array(PlaceCalendar::Event::Attendee) | Nil #

[View source]
def ending : Time | Nil #

[View source]
def host : String | Nil #

[View source]
def id : String #

[View source]
def location : String | Nil #

[View source]
def starting : Time | Nil #

[View source]
def title : String | Nil #

[View source]