nylas
    Preparing search index...

    Interface AvailabilityRules

    Interface for the availability rules for a Nylas calendar.

    interface AvailabilityRules {
        availabilityMethod?: AvailabilityMethod;
        buffer?: MeetingBuffer;
        defaultOpenHours?: OpenHours[];
        roundRobinEventId?: string;
        tentativeAsBusy?: boolean;
    }
    Index

    Properties

    availabilityMethod?: AvailabilityMethod

    The method used to determine availability for a meeting.

    buffer?: MeetingBuffer

    The buffer to add to the start and end of a meeting.

    defaultOpenHours?: OpenHours[]

    A default set of open hours to apply to all participants. You can overwrite these open hours for individual participants by specifying [AvailabilityParticipant.openHours] on the participant object.

    roundRobinEventId?: string

    The ID on events that Nylas considers when calculating the order of round-robin participants. This is used for both max-fairness and max-availability methods.

    tentativeAsBusy?: boolean

    tentative_as_busy: Controls whether tentative calendar events should be treated as busy time. When set to false, tentative events will be considered as free in availability calculations. Defaults to true. Only applicable for Microsoft and EWS calendar providers.