Monotone-Parent: 9004babc502ac0232d7659ba8ada6726ad286662

Monotone-Revision: fe15a52bbb65b7147dfd596fd4f0791b716d1b26

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-11-22T07:20:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-11-22 07:20:22 +00:00
parent d00bd0dca8
commit ff9a299ed8
10 changed files with 159 additions and 59 deletions
+13
View File
@@ -87,4 +87,17 @@
return self;
}
- (WOResponse *) deleteAction
{
SOGoCalendarComponent *component;
WOResponse *response;
component = [self clientObject];
response = (WOResponse *) [component prepareDelete];
if (!response)
response = [self responseWithStatus: 204];
return response;
}
@end