The calendar navigation (prev/next month) is a nice feature, but also has drawbacks (injection of query parameters; and maybe worse unrestricted navigation might cause a lot of traffic from crawlers). It might be good to offer some way so users can have calendars without navigation or maybe to restrict navigation.
Since calendar() already has optional parameters, there might be the need for another function. We should check Calendar 1.4, which introduced several functions which may be useful for us as well (e.g. multicalendar(), to make lack of navigation less annoying).
The calendar navigation (prev/next month) is a nice feature, but also has drawbacks (injection of query parameters; and maybe worse unrestricted navigation might cause a lot of traffic from crawlers). It might be good to offer some way so users can have calendars without navigation or maybe to restrict navigation.
Since
calendar()
already has optional parameters, there might be the need for another function. We should check Calendar 1.4, which introduced several functions which may be useful for us as well (e.g. multicalendar(), to make lack of navigation less annoying).