nylas
    Preparing search index...

    Interface SendRsvpResponse

    Interface representing the response from sending RSVP to an event.

    interface SendRsvpResponse {
        requestId: string;
        sendIcsError?: NylasApiErrorResponseData;
    }

    Hierarchy (View Summary)

    Index

    Properties

    requestId: string

    If the send-rsvp request succeeded but the ICS email could not be sent, this will contain the error.