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.
pull/105/head
Enrique J. Hernández Blasco 2015-09-10 17:26:41 +02:00 committed by Ludovic Marcotte
parent 7cdfaf4d9c
commit 532105f1fa
1 changed files with 1 additions and 1 deletions

View File

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