This element will try to create an appointment for a given time slot.
It can happen (rarely) that the slot is not free anymore, and you can use Not Available flow to handle it.
If a general, unexpected error occurs, the system handler will handle it.
Context ID - ID of the referenced IAppointmentsContextEmail - User identification.Appointment Date - Requested date in the Y-m-d format (the MySQL DATE format)Appointment Time - Requested time in the H:i:s format (the MySQL TIME format)Payload - Various other properties that might be used with implementing plugin.Result Variable Name - Default status, name of the variable that contains additional information (appointment_id, timezone string timezone, requested_time timestamp)Timezone Mode - DEFAULT will use default timezone from referenced appointments context, CLIENT will try to get client information or SET will allow you to explicitly set the value.Timezone - only when timezone_mode is SET. PHP timezone name.OK - executes when the appointment could be createdNot Available - executes when the appointment could not be created