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:
Enrique J. Hernández Blasco
2015-09-10 17:26:41 +02:00
parent 2e75972df6
commit b075a306c6

View File

@@ -531,7 +531,7 @@
}
[vToDo setTimeStampAsDate: now];
[sogoObject saveComponent: vCalendar];
[sogoObject saveCalendar: vCalendar];
[self updateVersions];
}