Module Calendar

Index

Variables

Interfaces

Functions

Variables

METHOD_ALERT: number

METHOD_DEFAULT: number

METHOD_EMAIL: number

METHOD_SMS: number

STATE_DISMISSED: number

STATE_FIRED: number

STATE_SCHEDULED: number

STATUS_CANCELED: number

STATUS_CONFIRMED: number

STATUS_TENTATIVE: number

VISIBILITY_CONFIDENTIAL: number

VISIBILITY_DEFAULT: number

VISIBILITY_PRIVATE: number

VISIBILITY_PUBLIC: number

allAlerts: Alert[]

allCalendars: Calendar[]

bubbleParent: boolean

selectableCalendars: Calendar[]

Functions

addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

applyProperties(props: Dictionary)

Parameters

fireEvent(name: string, event: Dictionary)

Parameters

getAllAlerts(): Alert[]

Returns

Alert[]

getAllCalendars(): Calendar[]

Returns

Calendar[]

getBubbleParent(): boolean

Returns

boolean

getCalendarById(id: number): Calendar

Parameters

  • id: number

Returns

Calendar

getSelectableCalendars(): Calendar[]

Returns

Calendar[]

removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean