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.
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.
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.