zerodogg / dayplanner

Moved to GitLab
https://gitlab.com/zerodogg/dayplanner
GNU General Public License v3.0
19 stars 2 forks source link

CalDAV support (was: google calendar support) #3

Open zerodogg opened 14 years ago

zerodogg commented 14 years ago

From GNA: https://gna.org/bugs/?11371

By: (unknown)

Original submission: I would like to see google calendar support added, at lest download from from.

Thanks

zerodogg commented 14 years ago

I believe conduit will be able to do this once conduit integration is done. At the moment however, conduit is fairly young. Integration of conduit into Day Planner to replace the current synchronization system is planned for 0.10/0.11 at the moment.

singpolyma commented 8 years ago

If external *.ics files (or folders) could be added (as with orage) then vdirsyncer could be used for multiple calendars and sync support.

zerodogg commented 8 years ago

It currently supports adding read-only web calendars, so that could be easily modified to read local calendars as well, but Day Planner currently treats all except one calendar as read-only. It works like copy-on-write where it copies the event to the main calendar if it gets edited and saves the edited version there with the same UID (effectively overriding the other entry). So a more complete editable support for more than one calendar would need quite a bit of non-trivial rewriting of the existing handling and gui code.