class Events::UpdateCalEvent

Included Modules

Extended Modules

Defined in:

controllers/events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def all_day : Bool | Nil #

[View source]
def all_day=(all_day : Bool | Nil) #

[View source]
def attendees : Array(GuestDetails) | Nil #

[View source]
def attendees=(attendees : Array(GuestDetails) | Nil) #

[View source]
def body : String | Nil #

[View source]
def body=(body : String | Nil) #

[View source]
def event_end : Int64 | Nil #

[View source]
def event_end=(event_end : Int64 | Nil) #

[View source]
def event_start : Int64 | Nil #

[View source]
def event_start=(event_start : Int64 | Nil) #

[View source]
def extension_data : JSON::Any | Nil #

[View source]
def extension_data=(extension_data : JSON::Any | Nil) #

[View source]
def host : String | Nil #

creator == current user


[View source]
def host=(host : String | Nil) #

creator == current user


[View source]
def location : String | Nil #

[View source]
def location=(location : String | Nil) #

[View source]
def private : Bool | Nil #

[View source]
def private=(private __arg0 : Bool | Nil) #

[View source]
def recurrence : CalendarEvent::Recurrence | Nil #

[View source]
def recurrence=(recurrence : CalendarEvent::Recurrence | Nil) #

[View source]
def status : String | Nil #

[View source]
def status=(status : String | Nil) #

[View source]
def system_id : String | Nil #

This is the resource calendar, it will be moved to one of the attendees


[View source]
def system_id=(system_id : String | Nil) #

This is the resource calendar, it will be moved to one of the attendees


[View source]
def timezone : String | Nil #

[View source]
def timezone=(timezone : String | Nil) #

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]