Interface AvailabilityRules

Interface for the availability rules for a Nylas calendar.

Hierarchy

  • AvailabilityRules

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.

Generated using TypeDoc