zeusops / operationbot

A bot for handling events on the Zeusops discord server
GNU General Public License v3.0
7 stars 4 forks source link

ICalendar file export for events #100

Open OverkillGuy opened 2 years ago

OverkillGuy commented 2 years ago

Fixes #53.

I'm fairly sure that uploading an ical file like that, to an HTTP endpoint, is sufficient to make the famed "webcal feed", so users can import them as readonly.

OverkillGuy commented 2 years ago

Should make it more clear: this PR is a good first step to fully customizable per-user calendar exports: Current function gives a ical content from a given list of event, can be plugged in to per-user filtering system, returning the list of event that matches player preferences.

Gehock commented 2 years ago

I tried running the code but there seem to be some syntax errors in there (plus the EventDatabase doesn't currently support loading the events without being connected to Discord, which should be fixed). Tried to get the Actions to run by reopening the PR but apparently they need some extra configuring as well