Properly mark TODO comment
This commit is contained in:
parent
be2e21ad37
commit
5a6306bd83
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user