Hierarchy (view full)

Constructors

Properties

TABLES: any = ...

The dynamoDB tables involved.

dynamoDB: any
token: string

The access token used to perform API requests.

Methods

  • Get/put for each appointment (one by one) to avoid erasing the linked objects; no error checking.

    Parameters

    • appointments: Appointment[]
    • OptionaldirectPut: boolean

    Returns Promise<void>

  • Delete all the occurences of a master appointment (-> it has a recurrence).

    Parameters

    • calendar: Calendar
    • masterId: string

    Returns Promise<void>