class Place::Schedule
- Place::Schedule
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::ChatFunctions
Defined in:
place/llm/schedule.crClass Method Summary
Instance Method Summary
- #building : Zone
- #cancel(event_id : String, reason : String | Nil = nil)
-
#capabilities : String
overall description of what this driver implements
- #create(event : CreateEvent)
- #current_user : User
- #function_descriptions
-
#get_building : Zone
Finds the building ID for the current location services object
- #get_schedules(emails : Array(String), day_offset : Int32 = 0, date : Time | Nil = nil)
- #lookup_staff_member(email : String)
- #modify(event : UpdateEvent)
- #my_schedule(day_offset : Int32 = 0, date : Time | Nil = nil)
- #on_load
- #on_update
- #search_staff_member(filter : String)
- #timezone : Time::Location
- #update_attending_status(event_id : String, attendance : Attendance, reason : String | Nil = nil)
Class Method Detail
Instance Method Detail
def capabilities : String
#
Description copied from module PlaceOS::Driver::Interface::ChatFunctions
overall description of what this driver implements
Finds the building ID for the current location services object
def update_attending_status(event_id : String, attendance : Attendance, reason : String | Nil = nil)
#