From 33b4868fd11688850ca0ba8eadb8949942f136d0 Mon Sep 17 00:00:00 2001 From: Geoff Maddock Date: Fri, 27 Dec 2024 00:34:24 +0000 Subject: [PATCH] Updated notes --- README.md | 5 ++++- docs/feature_notes.md | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/feature_notes.md diff --git a/README.md b/README.md index 64ddd1ef..2154dcd8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Events Tracker is a CMS designed to be set up for a music or arts community to t Run an instance to create your own community where events, event series, entities, attendees and other objects can be added, tagged maintained and followed. Keep the discussion going through a related discussion forum. -## FEATURES (v2022.9.1 - Stable Release) +## FEATURES (v2025.01.01 - Stable Release) * Public filterable and sortable event listings, with built in views by time, type and topic. * Event creation, editing and following for registered users. @@ -23,6 +23,9 @@ Run an instance to create your own community where events, event series, entitie * Added enhanced data to the headers to improve search results and return site events on google. * Links to bandcamp and soundcloud audio dynamically transform to widget players. * File asset storage for images in S3 config. +* Export events to ical format or refer to a static link for a feed. + +Read new feature release notes in the [changelog](docs/feature_notes.md). ### Built On * PHP 8.1 diff --git a/docs/feature_notes.md b/docs/feature_notes.md new file mode 100644 index 00000000..6549c41c --- /dev/null +++ b/docs/feature_notes.md @@ -0,0 +1,17 @@ +# Feature Notes + +A more detailed description of new features and changes to the application. + +## 2024.12.26 + +### ICAL Calendar Integration +There are now a few different ical feeds that you can use to embed events in your own calendars such as google calendar or outlook. + +Want to add all events to your calendar? +Use https;//arcane.city/events/ical + +Want to just add events you are attending? +Use https://arcane.city/users/{your-user-id}/attending-ical + +Want to add events you are attending or are related to tags or entities you follow? +Use https://arcane.city/users/{your-user-id}/interested-ical \ No newline at end of file