Collection: calendars

Files

Checking status…
Filename Size Modified Download
config.json 0.6 kb 2022-04-30 9:26:26 PM
icalendar 2 kb 2022-04-30 10:42:47 PM
json 1.8 kb 2023-06-28 12:39:32 PM

Calendars Collection

For an upcomming project, auslan.fyi is beginning to spider some venue websites known to often hold Auslan events, like museums, theatre, and community spaces.

Data stored here is in JSON files, which contain an array at their root, where each entry is a JSON object like:

{ "id": "biennale-2022", // a unique id for this event, within the scope of this publisher "title": "23rd Biennale of Sydney: rīvus", // human friendly title for event "start": string, // in Temporal ZonedDateTime string format "end": string, // as above "url": "https:// url to public webpage about event", "location": "a string which a common maps app could resolve to provide transport directions", // optional: "cost": 0, // 0 for free, > 0 for dollar cost to attend "publisher": "string name", // name of organisation running event "image": string, // url to an image associated with the event }

In the future this format maybe expanded with an event description, photo, announcement video, verbatim structured data from an iCalendar feed the event was imported from, or other information useful in aggregating events for end users.