Implement support of importing calendars from P6

This commit is contained in:
Dion Moult
2021-04-30 14:53:40 +10:00
parent 2f53e43b90
commit 79dcf809ed
5 changed files with 240 additions and 43 deletions
@@ -19,3 +19,4 @@ class Usecase:
if len(self.file.get_inverse(self.settings["parent"].Recurrence)) == 1:
self.file.remove(self.settings["parent"].Recurrence)
self.settings["parent"].Recurrence = recurrence
return recurrence