Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an updatable calendar for every floor #348

Open
OmTheTurtle opened this issue Jun 30, 2020 · 1 comment
Open

Create an updatable calendar for every floor #348

OmTheTurtle opened this issue Jun 30, 2020 · 1 comment
Labels
enhancement New feature or request low priority No hurry, this can wait.

Comments

@OmTheTurtle
Copy link
Member

As I mentioned it in #343 it would be a nice feature to create a calendar for floors that the users can import to e.g. Google Calendar that will update every time the someone adds a new event to the given floor. After a quick search it turns out you just have to serve an .ics file from a server and then it can be imported via a URL (Neptun does the same thing).

Since we run in Docker in prod, we should find a way to store these file outside the container, otherwise they'll be deleted every time we redeploy our app.

@OmTheTurtle OmTheTurtle added enhancement New feature or request low priority No hurry, this can wait. labels Jun 30, 2020
@nmate980829
Copy link
Contributor

If we use the ical-generator package, serving the file won't be a problem. We can use the ics package too (this way we have to serve the file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority No hurry, this can wait.
Projects
None yet
Development

No branches or pull requests

2 participants