jendrikseipp / rednotebook

RedNotebook is a cross-platform journal
https://rednotebook.app
GNU General Public License v2.0
486 stars 108 forks source link

Feature request: CalDAV support #475

Open paulequilibrio opened 4 years ago

paulequilibrio commented 4 years ago

It would be great if there was an option to sync notes with a CalDAV server using VJOURNAL.

rogercreagh commented 1 year ago

+1 definitely. I really want this. Currently RedNoteBook is very limited as it is only a standalone programme. Adding VJOURNAL sync would enable sharing entries across devices. For Android phone/tablet there is an good Journal app using VJOURNAL (jtxBoard) and Nextcloud is capable of syncing VJOURNAL entries although there is no app (yet) to display them. Iit would be very useful to be able to add/edit entries from the desktop as well.

jendrikseipp commented 1 year ago

Great idea, both of you! If someone wants to work on adding support for VJOURNAL sync, I'd be happy to help.

rogercreagh commented 1 year ago

Well I'm just starting work on a component to sync VJOURNAL entries to/from a blog (initially Joomla,although a Wordpress one shouldn't be hard to follow on. Although I think WP has moved on a lot since I gave up using it).

For RedNoteBook the Python-Caldav project https://github.com/python-caldav/caldav is a client library for CalDav sync and probably would make a good starting point.

I don't currently speak Python but I'll certainly chip in any way I can...