Monotone-Parent: 3dc6b0849523db031cf866d058ecccbf1ecb98db

Monotone-Revision: 08b58bc681ca962c1a5026adf892bb10e6f4375a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-03-24T15:50:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-03-24 15:50:50 +00:00
parent cc21f32490
commit 4cb373b394
2 changed files with 2 additions and 0 deletions
@@ -202,6 +202,7 @@
if (!object)
{
folder = [container lookupCalendarFolderForUID: uid];
object = [SOGoAppointmentObject objectWithName: nameInContainer
inContainer: folder];
[object setIsNew: YES];
@@ -95,6 +95,7 @@
if (!eventObject)
{
folder = [user personalCalendarFolderInContext: context];
eventObject = [SOGoAppointmentObject objectWithName: uid
inContainer: folder];
[eventObject setIsNew: YES];