annotated some places where code needs to be added
authorArt Cancro <ajc@citadel.org>
Wed, 5 Nov 2008 18:15:45 +0000 (18:15 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Nov 2008 18:15:45 +0000 (18:15 +0000)
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. */