Interface Event

Hierarchy

Index

Properties

Methods

Properties

public alerts: Alert[]

public allDay: boolean

public begin: Date

public bubbleParent: boolean

public description: string

public end: Date

public extendedProperties: Dictionary

public hasAlarm: boolean

public hasExtendedProperties: boolean

public id: string

public location: string

public reminders: Reminder[]

public status: number

public title: string

public visibility: number

Methods

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

Parameters

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

public applyProperties(props: Dictionary)

Parameters

public createAlert(data: Dictionary): Alert

Parameters

Returns

Alert

public createReminder(data: Dictionary): Reminder

Parameters

Returns

Reminder

public fireEvent(name: string, event: Dictionary)

Parameters

public getAlerts(): Alert[]

Returns

Alert[]

public getAllDay(): boolean

Returns

boolean

public getBegin(): Date

Returns

Date

public getBubbleParent(): boolean

Returns

boolean

public getDescription(): string

Returns

string

public getEnd(): Date

Returns

Date

public getExtendedProperties(): Dictionary

Returns

Dictionary

public getExtendedProperty(name: string): string

Parameters

  • name: string

Returns

string

public getHasAlarm(): boolean

Returns

boolean

public getHasExtendedProperties(): boolean

Returns

boolean

public getId(): string

Returns

string

public getLocation(): string

Returns

string

public getReminders(): Reminder[]

Returns

Reminder[]

public getStatus(): number

Returns

number

public getTitle(): string

Returns

string

public getVisibility(): number

Returns

number

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

Parameters

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

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setExtendedProperty(name: string, value: string)

Parameters

  • name: string
  • value: string