Calendar

(add calendar)
(workaround dupe rows issue)
 
(12 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
| group by = _pageID
}}
}}


<!--
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 17:
* [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]
-->

Latest revision as of 09:28, 29 August 2022

Discuss this page