nylas
    Preparing search index...

    Interface UpdateCalendarParams

    The parameters for the Calendars.update method

    interface UpdateCalendarParams {
        calendarId: string;
        identifier: string;
        requestBody: UpdateCalenderRequest;
    }
    Index

    Properties

    calendarId: string

    The id of the Calendar to retrieve. Use "primary" to refer to the primary calendar associated with grant.

    identifier: string

    The identifier of the grant to act upon