Specific Time Availability
Class representation of a specific date and time range when a participant is available. This can override the open_hours configurations for a specific date and time range.
Constructors
Link copied to clipboard
public SpecificTimeAvailability SpecificTimeAvailability(@Json(name = "date" ) String date, @Json(name = "start" ) String start, @Json(name = "end" ) String end, @Json(name = "timezone" ) String timezone)
Types
Link copied to clipboard
A builder for creating a SpecificTimeAvailability.