From 7d8a61d0e4db9ff918ddf58a4f301fc3d11a9908 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen <35613613+kevinknielsen@users.noreply.github.com> Date: Sat, 13 Feb 2021 14:41:46 -0800 Subject: [PATCH] Update events.json --- indexCoop/events.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/indexCoop/events.json b/indexCoop/events.json index 00a7aa9..1c33da6 100644 --- a/indexCoop/events.json +++ b/indexCoop/events.json @@ -1,12 +1,22 @@ [ { - "title": "This is an example event.", - "url": "https://example.com", - "date": "2021-02-08T00:00:00.000Z" + "title": "Weekly Planning Session", + "url": "https://discord.com/invite/RKZ4S3b", + "date": "2021-02-15T17:00:00.000Z" }, { - "title": "This is another example event.", - "url": "https://example.com", - "date": "2021-02-10T00:00:00.000Z" + "title": "Org. Work Session", + "url": "https://discord.com/invite/RKZ4S3b", + "date": "2021-02-17T19:00:00.000Z" + }, + { + "title": "Engineering Work Session", + "url": "https://discord.com/invite/RKZ4S3b", + "date": "2021-02-17T21:00:00.000Z" + }, + { + "title": "Growth Work Session", + "url": "https://discord.com/invite/RKZ4S3b", + "date": "2021-02-18T21:20:00.000Z" } ]