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

Calendar: Sync with user devices #65

Closed
pantierra opened this issue Mar 5, 2024 · 2 comments
Closed

Calendar: Sync with user devices #65

pantierra opened this issue Mar 5, 2024 · 2 comments

Comments

@pantierra
Copy link
Collaborator

Idea: allow people to subscribe to the calendar by adding a link on the website's calendar.

This is a follow up to #45: Include CalDAV link to the calendar

@pantierra
Copy link
Collaborator Author

Started looking into this briefly:

  • An ics file doesn't seem to be suitable as it imports only the state of a given time, and is not able to sync with updates that are constantly happening in the calendar.
  • CalDAV could work, but seems to need authentication and access to the following endpoint:
    • https://files.x-hain.de/remote.php/dav
    • https://files.x-hain.de/remote.php/dav/principals/users/USERNAME/ (for MacOS)

We need to find a way to subscribe to the calendar without authentication and then add the link.

@pantierra
Copy link
Collaborator Author

Nevermind. Found a working public link and will add it in a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant