Monotone-Parent: ed4c4894c0c554783b39ad526a74404a9cc11e8c

Monotone-Revision: bac00846545ecbaa355017083f8a425f751077c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-19T17:40:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-12-19 17:40:42 +00:00
parent 88df2128c5
commit e7f3926468
7 changed files with 1 additions and 195 deletions
@@ -1791,12 +1791,6 @@ static Class sogoAppointmentFolderKlass = Nil;
NSString *url;
BOOL handledLater;
#if 0
obj = [SOGoAppointmentObject objectWithName: _key
inContainer: self];
return obj;
#endif
/* first check attributes directly bound to the application */
handledLater = [self requestNamedIsHandledLater: _key];
if (handledLater)
@@ -320,24 +320,6 @@ _occurenceHasID (iCalRepeatableEntityObject *occurence, NSString *recID)
{
NSString *secureContent;
#if 0
return (@"BEGIN:VCALENDAR\r\n"
@"VERSION:2.0\r\n"
@"PRODID:-//Inverse inc.//SOGo0.9//EN\r\n"
@"BEGIN:VEVENT\r\n"
@"UID:3185-492B0B80-5-BA4E3100\r\n"
@"SUMMARY:test event\r\n"
@"CREATED:20081124T201510Z\r\n"
@"DTSTAMP:20081124T201510Z\r\n"
@"LAST-MODIFIED:20081126T015646Z\r\n"
@"DTSTART:20081127T150000Z\r\n"
@"DTEND:20081127T160000Z\r\n"
@"TRANSP:OPAQUE\r\n"
@"RRULE:INTERVAL=1;FREQ=WEEKLY\r\n"
@"END:VEVENT\r\n"
@"END:VCALENDAR");
#endif
if ([[context request] isSoWebDAVRequest])
secureContent = [self secureContentAsString];
else