mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
288 stars 66 forks source link

Slow Task upload with CalDav #192

Closed iFabse closed 7 months ago

iFabse commented 7 months ago

Is it just me or does the upload of tasks take some time? About 5 to 8 sec

mrvladus commented 7 months ago

I'm aware that with many tasks and calendars it can be a little slow, it's because it pulls all tasks from server every time. I'm trying to make it sync only changed tasks right now.

mrvladus commented 7 months ago

Improved sync speed in 45.1.8. But the main problem that all calendars fetched every time won't be fixed until I rewrite CalDAV implementation from scratch or python-caldav library will make that possible.