Hello, I have a calendar widget that shows all events that are linked to a parent object. All of these events will occur within the same day, so I have my calendar set to display day by day.
My problem is that the calendar defaults its view to todays date, and my users would have to manually navigate to the day where all of events are on.
Is there a way to set the default calendar day to an object property rather than todays date?
Thank you.