Stora störningar
my_cal.name }}
We can also use the array syntax: calendars['my_cal'].
Monthly Archive
To loop through available monthly archives
{% for archive in calendars.monthly_archive %}
<a href="{{ archive.url }}">{{ archive.month }} {{ archive.year }}</a>
{% endfor %}
Get events in archive
{% for event in archive.events.3 %}
{{ event.title }}
{% endfor %}
Exporting Calendars
WM3 events can now be exported. It can be downloaded as an .ics file (iCalendar) or the link itself can be used if the user calendar application supports calendars by url, for example google calendar supports and it will periodically synchronise the events.
To get the url, use the following liquid metho