From 1c241c073873d9c0d773c9080636c83c3309e037 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Thu, 7 Nov 2024 16:05:18 +0300 Subject: [PATCH] chore: add calendar directory to .gitignore --- .gitignore | 1 + calendar/test.ics | 46 ---------------------------------------------- calendar/test.json | 15 --------------- 3 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 calendar/test.ics delete mode 100644 calendar/test.json diff --git a/.gitignore b/.gitignore index 25ea4f1..5c62579 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ test/calendar/ +calendar/ diff --git a/calendar/test.ics b/calendar/test.ics deleted file mode 100644 index 141219b..0000000 --- a/calendar/test.ics +++ /dev/null @@ -1,46 +0,0 @@ -BEGIN:VCALENDAR -VERSION:2.0 -PRODID:-//sebbo.net//ical-generator//EN -NAME:test -X-WR-CALNAME:test -BEGIN:VEVENT -UID:881z@Ryan-jr -SEQUENCE:0 -DTSTAMP:20241107T111355Z -DTSTART:20240930T113000Z -DTEND:20240930T123000Z -SUMMARY:work other work -END:VEVENT -BEGIN:VEVENT -UID:lhyi@Ryan-jr -SEQUENCE:0 -DTSTAMP:20241107T111355Z -DTSTART:20241003T190000Z -DTEND:20241003T200000Z -SUMMARY:work progodessey -END:VEVENT -BEGIN:VEVENT -UID:5l54@Ryan-jr -SEQUENCE:0 -DTSTAMP:20241107T111355Z -DTSTART:20241009T173000Z -DTEND:20241009T183000Z -SUMMARY:work do -END:VEVENT -BEGIN:VEVENT -UID:cp96@Ryan-jr -SEQUENCE:0 -DTSTAMP:20241107T111355Z -DTSTART:20241001T183000Z -DTEND:20241001T193000Z -SUMMARY:Other work calmerge -END:VEVENT -BEGIN:VEVENT -UID:jxsj@Ryan-jr -SEQUENCE:0 -DTSTAMP:20241107T111355Z -DTSTART:20241010T173000Z -DTEND:20241010T183000Z -SUMMARY:Other work to do -END:VEVENT -END:VCALENDAR \ No newline at end of file diff --git a/calendar/test.json b/calendar/test.json deleted file mode 100644 index c7e9f3e..0000000 --- a/calendar/test.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "linkGroupName": "test", - "calendars": [ - { - "prefix": "work", - "override": false, - "url": "https://calendar.google.com/calendar/ical/b4c66eb4bb2cc15257d071bab3f935385778b042112ea1aaedada47f3f1a6e3a%40group.calendar.google.com/public/basic.ics" - }, - { - "prefix": "Other work", - "override": false, - "url": "https://calendar.google.com/calendar/ical/774518759e4e2dd42aab0c511b02397bb216f3b67dc425d76bae07d1eff529d6%40group.calendar.google.com/public/basic.ics" - } - ] -} \ No newline at end of file