QOwnNotes icon indicating copy to clipboard operation
QOwnNotes copied to clipboard

[FEATURE] iCalendar support

Open rod-farias opened this issue 5 months ago • 1 comments

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.

rod-farias avatar Jun 12 '25 13:06 rod-farias

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! 😊

pbek avatar Jun 12 '25 17:06 pbek

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 13 '25 02:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 27 '25 02:07 github-actions[bot]