Properly mark TODO comment

This commit is contained in:
Conrad Hoffmann 2022-05-17 15:24:43 +02:00
parent be2e21ad37
commit 5a6306bd83

View File

@ -205,7 +205,8 @@ func calendarFromFile(path string, propFilter []string) (*ical.Calendar, error)
} }
return cal, nil return cal, nil
// return vcardPropFilter(card, propFilter), nil // TODO implement
//return icalPropFilter(cal, propFilter), nil
} }
func createDefaultAddressBook(path, localPath string) error { func createDefaultAddressBook(path, localPath string) error {