I have “next meeting date” in one table (a table describing regular meetings) and then I have “event date” in another table (describing one time events).
I’d like a calendar view with all those dates. I’m thinking about auto-copying dates into a “dates table” when a date field is updated, wondering if there’s something more elegant.
Thanks