Builder
A builder for creating an AvailabilityParticipant.
Parameters
email
The email address of the participant.
Functions
Link copied to clipboard
Build the AvailabilityParticipant.
Link copied to clipboard
Set the calendar IDs associated with each participant's email address.
Link copied to clipboard
public final AvailabilityParticipant.Builder onlySpecificTimeAvailability(Boolean onlySpecificTimeAvailability)
Set whether only the times specified in SpecificTimeAvailability are considered available. When set to true, the OpenHours configuration is ignored.
Link copied to clipboard
Set the open hours for this participant.
Link copied to clipboard
public final AvailabilityParticipant.Builder specificTimeAvailability(List<SpecificTimeAvailability> specificTimeAvailability)
Set the specific time availability to override the open hours for specific dates and time ranges.