nylas
    Preparing search index...

    Interface BookingOrganizer

    interface BookingOrganizer {
        email: string;
        name?: string;
    }
    Index

    Properties

    Properties

    email: string

    The email address of the participant that is designated as the organizer of the event.

    name?: string

    The name of the participant that is designated as the organizer of the event.