From d9e3885428ec973fc18995b83daf6a1ad82103f0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 20 Jun 2001 15:21:48 +0000 Subject: added getFreeBusy method 2001-06-20 Rodrigo Moya * idl/evolution-calendar.idl: added getFreeBusy method * pcs/cal.c (impl_Cal_get_free_busy): implementation of the new getFreeBusy added method * pcs/cal-backend.[ch]: added new virtual method to the CalBackend class (get_free_busy) * pcs/cal-backend-db.c (cal_backend_db_get_free_busy): new function, not implemented yet * pcs/cal-backend-file.c (cal_backend_file_get_free_busy): new funtion, not implemented yet svn path=/trunk/; revision=10333 --- calendar/idl/evolution-calendar.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index ee8f91edcd..d14decca04 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -140,6 +140,9 @@ module Calendar { CalComponentAlarmsSeq getAlarmsInRange (in Time_t start, in Time_t end) raises (InvalidRange); + /* Returns free/busy objects for the given interval */ + CalObjUIDSeq getFreeBusy (in Time_t start, in Time_t end); + /* Gets the alarms for the specified component that trigger in * the specified time range. */ -- cgit v1.2.3