nylas
    Preparing search index...

    Interface CreateEventParams

    interface CreateEventParams {
        identifier: string;
        queryParams: CreateEventQueryParams;
        requestBody: CreateEventRequest;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    The query parameters to include in the request

    requestBody: CreateEventRequest

    The values to create the Event with