Calendar

No edit summary
(workaround dupe rows issue)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{events nav}}
{{events nav}}
Note that the times below are '''Australian Eastern times''' (including DST when relevant).


{{#cargo_query:
{{#cargo_query:
  | tables = events
  | tables = events
  | fields = _pageName,
  | fields = _pageName,
             DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND) = start,
             DATE_FORMAT(DATE_ADD(start_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = start,
             DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND) = end,
             DATE_FORMAT(DATE_ADD(end_date, INTERVAL timezone * 60 * 60 SECOND), "%Y-%m-%d") = end,
             description
             description
  | format = calendar
  | format = calendar
| group by = _pageID
}}
}}



Latest revision as of 09:28, 29 August 2022

Discuss this page