I have a calendar display on a page using the calendar rule.
The page loads loads up initially with the default month, i.e. September 2007. In my case the page renders as a friendly URL.
http://localhost/go/calendarWhen I change the Month drop-down to another month, the page goes to:
http://localhost/go/calendar?objectid=4834CB3A-E04C-8D4A-93C98EA8BDF511F2&year=2007&month=8...which throws a 404 error. I can easily change the code to fix this. But I wanted to run it by you folks and have the source cms plugin altered if it is a bug.
Josen