mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
Monotone-Parent: b20bb1a79c74d239030ea69ed5a863b7bfad609d
Monotone-Revision: 4ffb0fb9d1bad2a11d7f36633c52d54218fbde52 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-30T18:55:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
2008-06-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoUserFolder+Appointments.m ([SOGoUserFolder -davCalendarHomeSet])
|
||||
([SOGoUserFolder -davCalendarScheduleInboxURL])
|
||||
([SOGoUserFolder -davCalendarScheduleOutboxURL])
|
||||
([SOGoUserFolder -davDropboxHomeURL])
|
||||
([SOGoUserFolder -davNotificationsURL]): new methods for
|
||||
supporting the caldav-schedule draft extension to CalDAV.
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
([SOGoAppointmentFolder -davComplianceClassesInContext:]): append
|
||||
"calendar-schedule" to the list.
|
||||
|
||||
@@ -215,7 +215,7 @@ static SoSecurityManager *sm = nil;
|
||||
[self ownerInContext: context],
|
||||
gcsFolderType];
|
||||
[self _fetchPersonalFolders: sql withChannel: fc];
|
||||
[cm releaseChannel: fc];340 2057
|
||||
[cm releaseChannel: fc];
|
||||
// sql = [sql stringByAppendingFormat:@" WHERE %@ = '%@'",
|
||||
// uidColumnName, [self uid]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user