class Place::Schedule::Event
- Place::Schedule::Event
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/llm/schedule.crConstructors
Instance Method Summary
- #all_day : Bool
- #attendees : Array(PlaceCalendar::Event::Attendee)
- #configure_times(tz : Time::Location)
- #creator : String | Nil
- #ending : Time | Nil
- #event_end : Time | Nil
-
#event_start : Time
We convert unix time into something more readable for a human or AI
- #host : String | Nil
- #id : String | Nil
- #location : String | Nil
- #online_meeting_url : String | Nil
- #starting : Time | Nil
- #status : String | Nil
- #time_zone : Time::Location
- #time_zone? : Time::Location | Nil
-
#timezone : String | Nil
these are used to configure the JSON times correctly
- #title : String | Nil