mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +00:00
oc-task: Save tasks from Outlook
It was not working because we try to save as component the full calendar and its parent was nil. We have to save the calendar itself to save the task in the personal calendar.
This commit is contained in:
@@ -531,7 +531,7 @@
|
||||
}
|
||||
[vToDo setTimeStampAsDate: now];
|
||||
|
||||
[sogoObject saveComponent: vCalendar];
|
||||
[sogoObject saveCalendar: vCalendar];
|
||||
|
||||
[self updateVersions];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user