mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user