Calendar: Difference between revisions
No edit summary |
(Moving events calendar to Cargo.) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{# |
{{#cargo_query: |
||
tables=CommunityEvents |
|||
[[Eventstartdate::>{{#calendarstartdate:}}]] |
|||
|fields=CommunityEvents._pageName, CommunityEvents.NextDateStart, CommunityEvents.NextDateEnd |
|||
[[Eventstartdate::<{{#calendarenddate:}}]] |
|||
|where=CommunityEvents.EventType IN ('Gathers','Minigathers','Meetups') |
|||
|? Eventstartdate = event start |
|||
and COALESCE(NextDateEnd,NextDateStart) > DATE_ADD(NOW(), INTERVAL -2 DAY) |
|||
|? Eventends = event end |
|||
| ⚫ | |||
|format=eventcalendar |
|||
|format=calendar |
|||
| ⚫ | |||
|color=green |
|||
|dayview=yes |
|||
|text color=white |
|||
|theme=vector |
|||
|headers=hide |
|||
|link=subject |
|||
|firstday=Monday |
|||
}} |
}} |
||
[[List of Upcoming Community Events|View as List]] |
[[List of Upcoming Community Events|View as List]] |
||