Monotone-Parent: 81dbabcd34fac5c59b677e44721ab25b5eb37c2d

Monotone-Revision: d5f8c52180a18aefe5556a8cc5be91ebecf23c37

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T06:13:44
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-06-01 06:13:44 +00:00
parent f43783d11a
commit 7e5ad8e276
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -194,4 +194,9 @@
return r;
}
- (NSString *) davContentType
{
return @"text/calendar";
}
@end