nylas
    Preparing search index...

    Interface CalendarNotetakerParticipantFilter

    Interface for Calendar Notetaker participant filter

    interface CalendarNotetakerParticipantFilter {
        participantsGte?: number;
        participantsLte?: number;
    }
    Index

    Properties

    participantsGte?: number

    Only have meeting bot join meetings with greater than or equal to this number of participants

    participantsLte?: number

    Only have meeting bot join meetings with less than or equal to this number of participants