Hi Stephen,
I would like to display a “full” calendar at the top of every each month archive page. It was no problem to put it in the archive template, but I didn’t find a way to make it initially display a different month than the current. Is this somehow possible? Otherwise, I would propose this as a feature request.
Also, some kind of navigation between different month archives would be great – although I guess this is a minor problem and can be resolved by customizing the template.

Rolf
Hi Rolf,
I guess the eo_get_event_fullcalendar()
function could take additional parameters to set the date it loads on…. I’ll add this in 1.2.
R.e. link to a month archive, you could use the eo_get_event_archive_link()
function( see docs ). To get the date of the current archive see eo_get_event_archive_date()
. That will return the 1st of the month, for month archives, and the 1st January for year archives (in specified format, or datetime object).

Stephen Harris