agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit 1f5ab87ac09db1a857f5df0a22c2b7130b305092
parent c53e779a18d21a498788dccf5a4d96b334ff7f51
Author: Marc Coquand <marc@coquand.email>
Date: Mon, 14 Jul 2025 15:48:52 +0200
Comments
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/journal_entry.c b/journal_entry.c
@@ -384,7 +384,7 @@ parse_ics_to_journal_entry_component(const char *filename,
icalcomponent *journal =
icalcomponent_get_first_real_component(component);
- // TODO: Support TODOs, EVENTs etc.
+ // TODO: Support VTODOs, VEVENTs etc.
if (journal == NULL ||
icalcomponent_isa(journal) != ICAL_VJOURNAL_COMPONENT) {
LOG("Not journal component");