mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
268 stars 65 forks source link

[Feature Request] Sync CalDAV Notes and Journals #272

Open Ged296123 opened 1 month ago

Ged296123 commented 1 month ago

With the existing CalDAV integration, it would be nice if Errands could also sync notes and journals. An app on android jtx.board can be seen as a sample for this feature request.

mrvladus commented 1 month ago

I'm not sure how it will integrate in current UI...

Ged296123 commented 1 month ago

You're right, the UI would need an adjustment. If you find appropriate, tabs may be added for each notes, journal and tasks. (i.e. like in tuba home/notifications/conversations)

mrvladus commented 1 month ago

As I understand, there is only VJOURNAL calendar component in CalDav spec that acting like note, and no separate VNOTE component. python-caldav can get theese components from calendar, so in theory it's possible, but I need to do some research before deciding anything.

Ged296123 commented 1 month ago

I believe if no start date is specified in VJOURNAL, the client can treat it as a note.