nylas
    Preparing search index...

    Interface FreeBusyError

    This interface represents a failed free-busy response.

    interface FreeBusyError {
        email: string;
        error: string;
        object: ERROR;
    }
    Index

    Properties

    Properties

    email: string

    The participant's email address.

    error: string

    Description of the error fetching data for this participant.

    object: ERROR

    The type of the response.