diff options
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 8fc84ab233..4b9b9a7b34 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -92,8 +92,9 @@ module Calendar { /* Gets a list of UIDs based on object type */ CalObjUIDSeq get_uids (in CalObjType type); - /* Gets the events that occur or recur in the specified time range */ - CalObjInstanceSeq get_events_in_range (in Time_t start, in Time_t end) + /* Gets a list of objects that occur or recur in the specified time range */ + CalObjUIDSeq get_objects_in_range (in CalObjType type, + in Time_t start, in Time_t end) raises (InvalidRange); /* Gets the objects whose alarms trigger in the specified time |