QOwnNotes
QOwnNotes copied to clipboard
[FEATURE] iCalendar support
I want to suggest an addition: Add iCalendar (.ics) files as an event and tasks "server", for those who have an offline calendar.
Thank you very much for such an excellent application.
Currently, the internal database, where the tasks are store is only meant to be a "cache" and not for permanent storage, so it's a little out of scope of QOwnNotes.
What's about a local server to serve our calendar files via CalDAV? E.g. with https://radicale.org/ or just:
pip install wsgidav
wsgidav --host 0.0.0.0 --port 8008 --root /path/to/your/ics/folder
Or a local Nextcloud instance.
Thank you very much for such an excellent application.
Thank you! 😊
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.