Package | com.distriqt.extension.calendar.objects |
Class | public class CalendarObject |
Inheritance | CalendarObject Object |
Represents a user calendar on the users device.
Property | Defined By | ||
---|---|---|---|
account : String
An account or user name associated with this calendar
| CalendarObject | ||
colour : int
A colour to use with this calendar
| CalendarObject | ||
displayName : String
The display name of the calendar
| CalendarObject | ||
id : String
The unique id for the calendar
| CalendarObject | ||
name : String
The actual name of the calendar
| CalendarObject |
Method | Defined By | ||
---|---|---|---|
Constructor
| CalendarObject |
account | property |
account:String
An account or user name associated with this calendar
public function get account():String
public function set account(value:String):void
colour | property |
colour:int
A colour to use with this calendar
public function get colour():int
public function set colour(value:int):void
displayName | property |
displayName:String
The display name of the calendar
public function get displayName():String
public function set displayName(value:String):void
id | property |
id:String
The unique id for the calendar
public function get id():String
public function set id(value:String):void
name | property |
name:String
The actual name of the calendar
public function get name():String
public function set name(value:String):void
CalendarObject | () | Constructor |
public function CalendarObject()
Constructor