-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do caldalv improvements * Refactor caldav readme * caldav: Add to docs + mind the +WAITING vtag, cancelled/completed difference * Fix back-updating from caldav -> tw ```bash t add kalimera # id: 1 tw_caldav_sync ... t mod 1 kalimera2 tw_caldav_sync # on subsequent syncs, the item 'kalimera2' would update caldav->tw because the description field was set in the former to "" and was unset in the latter. ``` We're also not accounting the `SYNCALL_TW_UUID` in the identical keys to compare since that exists in the caldav version but not in the TW one. * Correct bug in TaskwarriorSide.items_are_identical, move tw<>caldav tests to new test file
- Loading branch information
1 parent
71c44f7
commit 0ff1bdd
Showing
9 changed files
with
393 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.