aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl/evolution-calendar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r--calendar/idl/evolution-calendar.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index d13247d250..15b27e806a 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -200,7 +200,7 @@ module Calendar {
* structures themselves.
*/
CalComponentAlarmsSeq getAlarmsInRange (in Time_t start, in Time_t end)
- raises (InvalidRange);
+ raises (NotFound, InvalidRange);
/* Returns free/busy objects for the given interval */
CalObjSeq getFreeBusy (in UserList users, in Time_t start, in Time_t end)
@@ -233,7 +233,7 @@ module Calendar {
* updated version.
*/
void updateObjects (in CalObj calobj, in CalObjModType mod)
- raises (InvalidObject, PermissionDenied);
+ raises (NotFound, InvalidObject, PermissionDenied);
/* Removes a component */
void removeObject (in CalObjUID uid, in CalObjModType mod)