diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-07-03 22:47:55 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-07-03 22:47:55 +0200 |
| commit | 3a1cf6359332ff1f24850582d3f6925c8871bfe5 (patch) | |
| tree | 1a47b2edbc937c4bf19d0ff043e576622ec83f3b /README | |
| parent | 805bd12436e491a2d0c66d21eddd81c3159d4ebe (diff) | |
import_booking: ical to sqlite
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
