From 3a1cf6359332ff1f24850582d3f6925c8871bfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Thu, 3 Jul 2025 22:47:55 +0200 Subject: import_booking: ical to sqlite --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 6e18110..30ec13c 100644 --- a/README +++ b/README @@ -25,6 +25,9 @@ Meetup Google https://calendar.google.com/calendar/ical/u3054u2f4kpkl7edub90faijvo@group.calendar.google.com/public/basic.ics + select start, end, (end-start)/60/60, summary from event where unixepoch()-6*3600 < start order by start; + select datetime(start, 'unixepoch'), datetime(end, 'unixepoch'), (end-start)/60/60, summary from event where unixepoch()-6*3600 < start order by start; + Raylib https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi -- cgit v1.2.3