mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
Properly mark TODO comment
This commit is contained in:
parent
be2e21ad37
commit
5a6306bd83
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue