Add twoway sync

This commit is contained in:
René Jochum
2019-08-05 04:16:17 +02:00
parent 81ee6d16dc
commit 74da3bee81
10 changed files with 468 additions and 252 deletions

View File

@ -7,3 +7,10 @@ class UnsupportedRecurrence(Exception):
super().__init__('Unsupported recurrence: %s' % date_string)
self.date_string = date_string
class TIItemNotFoundAfterCommit(Exception):
pass
class TIProjectNotFound(Exception):
pass