ZCreator 3.0 Display multi-day events in calendar
Hello, I'm building an event calendar and would like to show all the days of multi-day events. My form has Start and End date fields - how do you suggest building this such that the event is displayed on every day between the Start and End? From what I've investigated, this is not readily possible using the Calendar view and date-field. I've considered the following options:
-building OnSuccess scripting to add-in "dummy" events to fill in the whole range of the event date
-calling external script to access via API to do such a thing
Is there a way to do this cleanly (perhaps in view scripting?) without having to create more events and be forced to create code structures to propagate changes throughout the dummy events?
Thanks :)
-BIGS