Hello!
I am playing around with the calendar component and am noticing some interesting behavior, I am hoping someone can help brainstorm how to get the calendar component to work with my use case.
I have a custom Date/Time field on the account level that is essentially the same as a task due date for a particular account. I would like a calendar display of this Date/Time field across a user’s accounts.
The month view for this works perfectly, everything is displayed on the correct day and the information necessary to display is visible.
The week view is displaying the data at the correct day and time (see the small blue lines), but not all of the information necessary is visible. I realize this is because the field is just one time, not expanding over an hour, but I am hoping to customize the view to expand and show more fields possibly through rendering a snippet.
The day view is showing all of the data for that day, but is grouping them all on one side, rather than at the correct times (this worked for the week view so I am not sure why it wouldn’t work for the day scheduling view).
Any help/resources figuring out either the week view issue or the day view issue would be greatly appreciated!