mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: 740354dfcd0512fd381f1b3bd4a3ee95dfa21338
Monotone-Revision: d8ee782e0279aa96226ceac45acca9d744f3f234 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-12T15:49:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2008-02-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject
|
||||
-iCalStringForFreeBusyInfos:_infosfrom:_startDateto:_endDate]): we
|
||||
no longer invoke [container login], since this method has been
|
||||
removed. Instead we invoke ownerInContext:.
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder
|
||||
-fetchContentObjectNames]): new model method for all subclasses.
|
||||
This will be removed in the future since toOneRelationshipKeys
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
NSDictionary *info;
|
||||
iCalFreeBusyType type;
|
||||
|
||||
uid = [[self container] login];
|
||||
uid = [container ownerInContext: context];
|
||||
|
||||
calendar = [iCalCalendar groupWithTag: @"vcalendar"];
|
||||
[calendar setProdID: @"//Inverse groupe conseil/SOGo 0.9"];
|
||||
|
||||
Reference in New Issue
Block a user