class Place::Schedule::Event

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 configure_times(tz : Time::Location) #

[View source]
def creator : String | Nil #

[View source]
def ending : Time | Nil #

[View source]
def event_end : Time | Nil #

[View source]
def event_start : Time #

We convert unix time into something more readable for a human or AI


[View source]
def host : String | Nil #

[View source]
def id : String | Nil #

[View source]
def location : String | Nil #

[View source]
def online_meeting_url : String | Nil #

[View source]
def starting : Time | Nil #

[View source]
def status : String | Nil #

[View source]
def time_zone : Time::Location #

[View source]
def time_zone? : Time::Location | Nil #

[View source]
def timezone : String | Nil #

these are used to configure the JSON times correctly


[View source]
def title : String | Nil #

[View source]