Packagecom.distriqt.extension.calendar.events
Classpublic class CalendarStatusEvent
InheritanceCalendarStatusEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
CalendarStatusEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
CalendarStatusEvent
  
clone():Event
[override]
CalendarStatusEvent
Public Constants
 ConstantDefined By
  UI_CANCEL : String = calendar:ui:cancel
[static] Dispatched when the user presses Cancel on a UI element, i.e.
CalendarStatusEvent
  UI_DELETE : String = calendar:ui:delete
[static]
CalendarStatusEvent
  UI_SAVE : String = calendar:ui:save
[static] Dispatched when the user presses Save on a UI element, i.e.
CalendarStatusEvent
Constructor Detail
CalendarStatusEvent()Constructor
public function CalendarStatusEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
UI_CANCELConstant
public static const UI_CANCEL:String = calendar:ui:cancel

Dispatched when the user presses Cancel on a UI element, i.e. the addEventWithUI functionality.

The event will not be saved or appear in the calendar

UI_DELETEConstant 
public static const UI_DELETE:String = calendar:ui:delete

UI_SAVEConstant 
public static const UI_SAVE:String = calendar:ui:save

Dispatched when the user presses Save on a UI element, i.e. the addEventWithUI functionality.

If this event is receieved the previous event should now be in the users calendar

This event is not functioning with recent updates to the Android calendar application due to a bug in the activity process. We're working on a solution but currently do not rely on this event.