class Office365::Calendar

Included Modules

Defined in:

models/calendar.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def can_edit=(can_edit : Bool | Nil) #

[View source]
def can_edit? : Bool | Nil #

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

[View source]
def can_share? : Bool | Nil #

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

[View source]
def can_view_private_items? : Bool | Nil #

[View source]
def change_key : String | Nil #

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

[View source]
def color : String | Nil #

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

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def owner : EmailAddress | Nil #

[View source]
def owner=(owner : EmailAddress | Nil) #

[View source]