Hello,
I would like to set default values when creating a new appointment.
To be more precise, I would like that the AllDay checkbox is not checked per default (and therefore, enable the time selection).
In editDialogOpen event, I do not find a way to set the fields.allDay checkbox to what I want.
When editing an existing appointment, it’s pretty easy to do that by setting the appointment.allDay property.
Meanwhile, as when creating a new appointment, the appointment argument is null, no way to do it !
How can I set the allDay checkbox to unchecked when creating a new appointment ?
By the way, if it is possible to do that, I could also set any fields in the new appointment ?
Many thanks