Configuration Availability
Class representation of availability settings.
Constructors
Link copied to clipboard
public ConfigurationAvailability ConfigurationAvailability(@Json(name = "duration_minutes" ) Integer durationMinutes, @Json(name = "interval_minutes" ) Integer intervalMinutes, @Json(name = "round_to" ) Integer roundTo, @Json(name = "availability_rules" ) AvailabilityRules availabilityRules)
Properties
Functions
Link copied to clipboard
Availability rules for scheduling configuration.
Link copied to clipboard
The total number of minutes the event should last.
Link copied to clipboard
The interval between meetings in minutes.
Link copied to clipboard
Nylas rounds each time slot to the nearest multiple of this number of minutes.