libical, expat, and libsieve are now *required*.
[citadel.git] / webcit / availability.c
index bce91e02f8e39b62337e690f236b93464b36c4bd..249859128d6aed57343b39c146a56950687e17ac 100644 (file)
@@ -1,23 +1,13 @@
 /*
  * $Id$
- */
-/**
  *
- * \defgroup CalendarAv  Check attendee availability for scheduling a meeting.
- * \ingroup Calendaring
  */
-/*@{*/
 
 
 #include "webcit.h"
 #include "webserver.h"
 
-/** only available if we have calendaring */
-#ifdef WEBCIT_WITH_CALENDAR_SERVICE
-
-
-
-/**
+/*
  * \brief verify users avaiability
  * Utility function to fetch a VFREEBUSY type of thing for
  * any specified user.
@@ -261,7 +251,3 @@ void check_attendee_availability(icalcomponent *vevent) {
 
 }
 
-
-#endif /* WEBCIT_WITH_CALENDAR_SERVICE */
-
-/** @} */