agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 56916c4a5f16c74268f6c084c05eb940dec61f61
parent fe691ed505fbc9386a30f35fc60daf51890f0014
Author: Marc Coquand <marc@coquand.email>
Date:   Fri, 30 May 2025 22:10:13 +0100

Fix ics

Diffstat:
Msample_ics/2025-01-04.ics | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sample_ics/2025-01-04.ics b/sample_ics/2025-01-04.ics
@@ -1,10 +1,10 @@
 BEGIN:VCALENDAR
 VERSION:2.0
-BEGIN:VEVENT
+BEGIN:VJOURNAL
 UID:20251110T120000Z-002@host.com
 DTSTAMP:20251110T120000Z
-SUMMARY:Team Lunch
-DESCRIPTION:Lunch at The Bistro to celebrate recent achievements.
+SUMMARY:Working on journalfs, a fuse-based filesystem for your diary
+DESCRIPTION:It's able to sync with your CalDAV!
 LAST-MODIFIED:20251110T130000Z
-END:VEVENT
+END:VJOURNAL
 END:VCALENDAR