More Thought on Confluence Calendars
I’ve been thinking about my problem with confluence calendars from yesterday.
A cool way to implement this would be to use labels. If you wanted a page to show up in a calendar, you would label it with YYYYMMDD.
When the calendar rendered, it would search for all pages tagged with the label for each day and put a link to that page in the box.
Part of the per calendar configuration would be specifying which spaces and pages to look in. For example:
{garyCalendar:spaces:space1,space2|pages:space1.page1,space1.page2}
Child pages of specified pages would be search.
Now if I was competent in java, I could probably bang this out in a night

