Calendar

(add calendar)
(rm times, and fix timezone offsets)
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{events nav}}
{{#cargo_query:
{{#cargo_query:
  | tables = events
  | tables = events
  | fields = _pageName=name, start_date
  | fields = _pageName,
            DATE_FORMAT(DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = start,
            DATE_FORMAT(DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = end,
            description
  | format = calendar
  | format = calendar
}}
}}


<!--
An old Wikimedia Australia calendar (hosted by Google) is also available through the following formats:
An old Wikimedia Australia calendar (hosted by Google) is also available through the following formats:


Line 10: Line 16:
* [http://www.google.com/calendar/ical/04v24i1mh06b2pi0ioiqmovb24%40group.calendar.google.com/public/basic.ics ICAL]
* [http://www.google.com/calendar/ical/04v24i1mh06b2pi0ioiqmovb24%40group.calendar.google.com/public/basic.ics ICAL]
* [http://www.google.com/calendar/embed?src=04v24i1mh06b2pi0ioiqmovb24%40group.calendar.google.com&ctz=Australia/Sydney HTML]
* [http://www.google.com/calendar/embed?src=04v24i1mh06b2pi0ioiqmovb24%40group.calendar.google.com&ctz=Australia/Sydney HTML]
-->

Revision as of 02:29, 2 February 2022

Discuss this page