Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event

Represents a calendar event.

Hierarchy

  • Event

Index

Properties

description

description: string

The event's extended description.

end_time

end_time: Moment

The event's ending time.

following

following: boolean

Whether the user is following this event.

id

id: string

The unique event ID.

location

location: string

The event's location.

official

official: boolean

Whether the event is official or not.

start_time

start_time: Moment

The event's starting time.

title

title: string

The event's title.

Methods

toJSON

  • toJSON(): any

Static fromRest

  • fromRest(data: any): Event

Generated using TypeDoc