Default calendar to All Day

My dynamic data is all showing up one day short (on multi day events). I suspect it’s because there is nothing indicating it’s all day?? How do I default the data source to All Day on every event?

image

You can assign a default any number of ways, but the way being shown in this video is the way I would recommend at first glance: https://www.youtube.com/watch?v=Mx9dcR7Hp6I

(The subject of the video is not dates or calendars, but explains how to set defaults in a creative and flexible way - thanks to hyperbytes aka Brian for the awesome tutorial video!)

Given that you’re dealing with dates, you might be running into another issue entirely… namely, if you’re saving a date only in a timestamp field, depending on your setup it might be defaulting to 00:00 as the time. If you’re not using a date field and are calculating it, you might be running into a “computer starts with zero when counting” issue. Again, these are just other things to consider - working with calendar info is very complex and there are a lot of gotchas!