Calendar CalDav support #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We currently have a fairly minimal calendar popout. What would be nice is to have CalDav support where you can sync any CalDav supported calendar to the calendar in z-bar-qt. It can start out primitive by only showing the activity on which day it is planned at. Adding and removing calendar activities would be another enhancement for later.
I'd be down for that, yeah. We would need a way to fetch CalDAV calendars, though, since it would not be robust in pure JS. I tried looking around a bit for any libraries we could use directly but I couldn't find much.
How would it work as a C++ plugin module? Or is JS a better approach? Or Rust? Not familiar with how CalDav is fetched at all.
I believe Nextcloud does it with PHP, which is what I use to host my calendar. But yea definitely not down to use PHP for this. Hoped it would be in JS as well and then we could have an example.