]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
annotated some places where code needs to be added
[citadel.git] / webcit / event.c
index 82da8f4539ae7db48d0e3fb10802418d187e6b67..041e5b83301084961117802b288a7fccd0ad1cfb 100644 (file)
@@ -932,10 +932,12 @@ void save_individual_event(icalcomponent *supplied_vevent, long msgnum, char *fr
                                        }
                                        else if (!strcasecmp(bstr("rrmonthtype"), "rrmonthtype_wday")) {
                                                lprintf(9, "MONTHLY BY WDAY\n");
+                                               /* FIXME implement this */
                                        }
                                        break;
 
                                case ICAL_YEARLY_RECURRENCE:
+                                       /* FIXME implement this */
                                        break;
 
                                /* This one can't happen either. */