class Events::CreateCalEvent
- Events::CreateCalEvent
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
controllers/events.crConstructors
Instance Method Summary
- #all_day : Bool | Nil
- #all_day=(all_day : Bool | Nil)
- #attendees : Array(GuestDetails) | Nil
- #attendees=(attendees : Array(GuestDetails) | Nil)
- #body : String | Nil
- #body=(body : String | Nil)
- #event_end : Int64
- #event_end=(event_end : Int64)
- #event_start : Int64
- #event_start=(event_start : Int64)
- #extension_data : JSON::Any | Nil
- #extension_data=(extension_data : JSON::Any | Nil)
-
#host : String | Nil
creator == current user
-
#host=(host : String | Nil)
creator == current user
- #location : String | Nil
- #location=(location : String | Nil)
- #private : Bool | Nil
- #private=(private __arg0 : Bool | Nil)
- #recurrence : CalendarEvent::Recurrence | Nil
- #recurrence=(recurrence : CalendarEvent::Recurrence | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #system : System | Nil
- #system=(system : System | Nil)
-
#system_id : String | Nil
This is the resource calendar, it will be moved to one of the attendees
-
#system_id=(system_id : String | Nil)
This is the resource calendar, it will be moved to one of the attendees
- #timezone : String | Nil
- #timezone=(timezone : String | Nil)
- #title : String
- #title=(title : String)
Constructor Detail
Instance Method Detail
def system_id : String | Nil
#
This is the resource calendar, it will be moved to one of the attendees
def system_id=(system_id : String | Nil)
#
This is the resource calendar, it will be moved to one of the attendees