Closed ElevenSpins closed 2 years ago
Maybe add with RSVP options.
Would make having the calendar linked and not participating nicer
Don't Know in we a rsvp need… a simple Positivliste to add Events and the possibility to Subskribent the cal is enought.
How should this be authenticated? Having to set a cookie to get the calendar is very ugly.
We could generate a unique, never expiring, ical_token
for each user, then each user can request the calendar with ctfnote/ical?token=abcdefgh
?
Or just don't authenticated at all?
Since the data is also availible publicly on our discord, I don't think authentication is necessary.
I don't think authentication is necessary.
This was surprisingly easy, see c6d7af4
RSVP is a bit more complicated, as far as I understand it RSVP works over E-mail? Not exactly sure, maybe you can help here @JM-Lemmi? Also the library i used doesn't have any RSVP support so we'd have to chose a different one or do it 'manually'
RSVP is usually just a line called ORGANIZER:
in the VEVENT
I can have a quick look tomorrow. But don't let that hold you up.
I did also look into connecting it with the Discord calendar, but the projects I found were not fully convincing.
RSVP is usually just a line called ORGANIZER: in the VEVENT
good shout, didn't know this. Organizer is a field that exists in the library, will look into this
Okay, @frereit and I just discussed a bit about this feature going forward:
posiibility to add the calender to your local device