ConfigurationAvailabilityParticipant

Class representation of a participant in a booking.

Constructors

Link copied to clipboard
public ConfigurationAvailabilityParticipant ConfigurationAvailabilityParticipant(@Json(name = "calendar_ids") List<String> calendarIds, @Json(name = "open_hours") List<OpenHours> openHours)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final List<String> calendarIds
Link copied to clipboard
private final List<OpenHours> openHours

Open hours for this participant. The endpoint searches for free time slots during these open hours.

Functions

Link copied to clipboard
public final List<String> getCalendarIds()
Link copied to clipboard
public final List<OpenHours> getOpenHours()

Open hours for this participant. The endpoint searches for free time slots during these open hours.