Abstract
Protected
dynamoProtected
TABLESThe dynamoDB tables involved.
Protected
tokenThe access token used to perform API requests.
Protected
batchGet/put for each appointment (one by one) to avoid erasing the linked objects; no error checking.
Optional
directPut: booleanAbstract
configureConnect the calendar with its external link.
Abstract
deleteDelete an appointment from the external calendar.
Abstract
getGet an access token for the service.
Optional
force: booleanAbstract
getGet an appointment from the external calendar.
Abstract
postAdd an appointment in the external calendar and return it updated with external information.
Abstract
putEdit an appointment in the external calendar.
Abstract
syncSynchronise the given calendar with its linked one.
Optional
firstSync: booleanAbstract
updateAbstract
updateUpdate the configuration of the calendar with external data.
Initialise the connector with a dynamoDB instance to use and the prefix for RESPONSE_URI.