Packagecom.distriqt.extension.calendar.objects
Classpublic class CalendarObject
InheritanceCalendarObject Inheritance Object

Represents a user calendar on the users device.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor
CalendarObject
Property Detail
accountproperty
account:String

An account or user name associated with this calendar


Implementation
    public function get account():String
    public function set account(value:String):void
colourproperty 
colour:int

A colour to use with this calendar


Implementation
    public function get colour():int
    public function set colour(value:int):void
displayNameproperty 
displayName:String

The display name of the calendar


Implementation
    public function get displayName():String
    public function set displayName(value:String):void
idproperty 
id:String

The unique id for the calendar


Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String

The actual name of the calendar


Implementation
    public function get name():String
    public function set name(value:String):void
Constructor Detail
CalendarObject()Constructor
public function CalendarObject()

Constructor