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
committed by Ludovic Marcotte
parent 7cdfaf4d9c
commit 532105f1fa

View File

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