{% extends "main.html" %} {% block content %} {{ super() }}
๐ iCal feed ยท ๐ JSON export ยท ๐ Org data
๐ Subscribe (.ics) Apple / Outlook Google Calendar Add this URL to Google Calendar, Outlook, or Apple Calendar to get every event below automatically.
{% set type_icons = { 'conference': '๐ค', 'workshop': '๐ ๏ธ', 'meetup': '๐ค', 'meeting': '๐', 'assembly': '๐๏ธ', 'lecture': '๐', 'launch': '๐', 'rally': '๐ข', 'milestone': '๐' } %} {%- set grouped = {} %} {%- for e in calendar_events %} {%- set month_key = e.date.strftime('%B %Y') %} {%- if month_key not in grouped %}{% set _ = grouped.update({month_key: []}) %}{% endif %} {%- set _ = grouped[month_key].append(e) %} {%- endfor %} {%- if not calendar_events %}No upcoming events are currently known. Orgs with an ics_feed: or manually curated events: entries will appear here once synced โ see Democracy Landscape.
| Country | Download | Apple / Outlook | Google Calendar |
|---|---|---|---|
| {{ r.flag }} {{ r.name }} | Download .ics | Apple / Outlook | Google Calendar |