mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-16 08:55:24 +00:00
Monotone-Parent: 81dbabcd34fac5c59b677e44721ab25b5eb37c2d
Monotone-Revision: d5f8c52180a18aefe5556a8cc5be91ebecf23c37 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T06:13:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject
|
||||
-davContentType]): returns "text/calendar".
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDAPFolder.m
|
||||
([SOGoContactLDAPFolder -davResourceType]): declare the correct
|
||||
groupdav resource-type.
|
||||
|
||||
@@ -194,4 +194,9 @@
|
||||
return r;
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"text/calendar";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user