]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
* Getting closer to doing the availability check. Created new source
[citadel.git] / webcit / event.c
index 898039e115fedec29895a1d990b061dd6e934d42..92a3817c4e0965a25b22ab83068ab6e21c449500 100644 (file)
@@ -678,7 +678,8 @@ STARTOVER:  lprintf(9, "Remove unlisted attendees\n");
                /* Or, check attendee availability if the user asked for that. */
                if ( (encaps != NULL) && (!strcasecmp(bstr("sc"), "Check attendee availability")) ) {
 
-                       /* FIXME ... do the checking and annotating here, idiot */
+                       /* Call this function, which does the real work */
+                       check_attendee_availability(encaps);
 
                        /* This displays the form again, with our annotations */
                        display_edit_individual_event(encaps, msgnum);