Monotone-Parent: 20330ea37783663bfd53ef168e9710527aff61cf

Monotone-Revision: 02eb29bbfbe92d0cd5172a05dce7bc7c9875da19

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-02T21:54:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-02 21:54:41 +00:00
parent 0258d48031
commit 5cb14f538f
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -1,5 +1,12 @@
2006-11-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoTaskObject.m ([SOGoTaskObject
-davContentType]): declare "text/calendar".
* SoObjects/Appointments/SOGoAppointmentObject.m
([SOGoAppointmentObject -davContentType]): declare
"text/calendar".
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder -lookupName:inContext:acquire:]): certain
HTTP methods are handled by SOPE and requires nil to be returned,
@@ -814,4 +814,9 @@ static NSString *mailTemplateDefaultLanguage = nil;
toAttendees:_attendees];
}
- (NSString *) davContentType
{
return @"text/calendar";
}
@end /* SOGoAppointmentObject */
+5
View File
@@ -782,4 +782,9 @@ static NSString *mailTemplateDefaultLanguage = nil;
toAttendees:_attendees];
}
- (NSString *) davContentType
{
return @"text/calendar";
}
@end /* SOGoTaskObject */