Skip to content

Provide alternative input for availabilities/slots (in addition to calendar view) and improve default slot input

Benjamin Hättasch requested to merge feature-time-input into main

Change grid resolution to 15 minutes for default slot editor (this implements #174 (closed))

Introduce alternative way to input availabilities and slots (this implements #124 (closed))

  • Add start and end inputs below the calendar widget that can be used to add new entries to the calendar.
  • Inputs are based on html5 widgets, will fall back to simple text inputs in very old browsers. Modern browsers also provide an integrated validation of the time ranges. In older browsers, this will be done latest on server side.

Merge request reports