struct Place::Schedule::CreateEvent

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 #

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

[View source]
def ending : Time | Nil #

[View source]
def host : String | Nil #

[View source]
def location : String | Nil #

[View source]
def starting : Time #

[View source]
def title : String #

[View source]