class Events::UpdateCalEvent
- Events::UpdateCalEvent
- 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 | Nil
- #event_end=(event_end : Int64 | Nil)
- #event_start : Int64 | Nil
- #event_start=(event_start : Int64 | Nil)
- #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_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 | Nil
- #title=(title : String | Nil)
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