diff options
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 9a7b0929dd..1153b5307d 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -132,6 +132,7 @@ module Calendar { exception InvalidObject {}; exception CouldNotCreate {}; exception PermissionDenied {}; + exception Busy {}; /* A calendar is identified by its URI */ readonly attribute string uri; @@ -206,6 +207,10 @@ module Calendar { void removeObject (in CalObjUID uid) raises (NotFound, PermissionDenied); + /* Sends a component */ + CalObj sendObject (in CalObj calobj, out UserList users) + raises (InvalidObject, PermissionDenied, Busy); + /* Initiates a live query of the calendar. Returns a handle * to the live query itself; changes to components that are * present in the query are notified to the listener. |