From 2a9550709c007d530aae506a5f95bd703f6f7803 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 26 Aug 2023 22:32:37 +0200 Subject: The start of ICS import --- src/main.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.odin') diff --git a/src/main.odin b/src/main.odin index bcbaeec..729715b 100644 --- a/src/main.odin +++ b/src/main.odin @@ -13,6 +13,8 @@ main :: proc() { // for cache reasons, and to simplify the process of // adding new Workdays to the array. + _, _ = importICS("res/test.ics") + workdays: [dynamic]^Workday resize(&workdays, 3) -- cgit v1.2.1