etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
285 stars 45 forks source link

Support Radicale 3.1.0 #247

Closed Salt-Factory closed 2 years ago

Salt-Factory commented 2 years ago

Two changes were made in the way collections are handeld:

  1. The Collection.tag is now a property. Changes were made to reflect this.
  2. There's now an assertion for Collection.last_modified.
Salt-Factory commented 2 years ago

I'm having issues with GitHub's PR system. Not sure why it lists those 3 first commits, but it shouldn't matter? The last commit is annoyingly unnecessary though. Would you like me to recreate the PR with a cleaner git history?

Salt-Factory commented 2 years ago

Should also mention: tested with both Radicale 3.1.0 and 3.0.6. :-)

tasn commented 2 years ago

I'm having issues with GitHub's PR system. Not sure why it lists those 3 first commits, but it shouldn't matter? The last commit is annoyingly unnecessary though. Would you like me to recreate the PR with a cleaner git history?

Just run git fetch && git rebase origin/master and it'll clean it up.