mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -782,4 +782,9 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
toAttendees:_attendees];
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"text/calendar";
|
||||
}
|
||||
|
||||
@end /* SOGoTaskObject */
|
||||
|
||||
Reference in New Issue
Block a user