Adding an event to the retool calendar

I have been working on an order status calendar for our shipping yard. Each event is entered as an all day event. Does the "Create Event" in the event handler still work if all the entries are all day only?

No, whatever in the record . It works according to record value. If the entry contains the field like boolen true/false. For example: suppose is_event_all_day is a boolean type field in databse. So,
1st entry contains is_event_all_day equals to true and the 2nd entry contains is_event_all_day equals to false. The calenday component behaves based to input whatever he get. you just set the {{items.is_event_all_day}} in the all day field while mapping in the calendar component.

Hi @tomm,

Yes, you can use the Create Event event handler for all day events. As @ahsan_ali_shah1 mentions, allDay is a boolean:

Here's a dummy example with a variable as the calendar data source: