Hi all, I have a table called EVENTS, this contains dates and what event takes place on that date (there are no empty dates, by that I mean I only record entries on this table if there is an event on that date).
I have created a calendar view based on this table.
Ideally I would like my calendar to only show me dates that have entries within my app (similar to the agenda view on google calendar).
Alternatively, if this is not possible I’d like to be able to highlight / format the date on the calendar view to stand out from days that do not have entries.
Can anyone help please?