Skip to content

Commit

Permalink
Updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-maddock committed Dec 27, 2024
1 parent 361116b commit 33b4868
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
17 changes: 17 additions & 0 deletions docs/feature_notes.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33b4868

Please sign in to comment.