From efa921123e760ca9017a397eec80e4fd8d93c08b Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 26 Aug 2024 15:43:56 +0200 Subject: [PATCH] order events by time --- calendars/workshops.yaml | 50 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/calendars/workshops.yaml b/calendars/workshops.yaml index b8ef7ff..aebc1be 100644 --- a/calendars/workshops.yaml +++ b/calendars/workshops.yaml @@ -86,6 +86,17 @@ events: begin: 2024-04-02 13:00:00 duration: {hours: 2} + # CR train the trainer 2024 workshop + - &cr-ttt-2024 + summary: "CodeRefinery train-the-trainer workshop, 2024" + location: https://coderefinery.github.io/train-the-trainer/ + timezone: Europe/Stockholm + begin: 2024-08-13 09:00:00 + duration: {hours: 3} + repeat: + interval: {weeks: 1} + until: 2024-09-03 12:00:00 + # CR August 2024 workshop, Gothenburg - &gbg-2024-aug summary: CodeRefinery workshop, Chalmers, Gothenburg, August 2024 @@ -97,23 +108,6 @@ events: interval: {days: 1} until: 2024-08-29 16:00:00 - # October 2024 Build Systems Hackathon (two segments since it is split over two weeks) - - &bsh-2024-oct - summary: Build Systems Hackathon, October 2024 - location: https://coderefinery.org/workshops/upcoming/ - begin: 2024-10-08 08:50:00 - timezone: Europe/Stockholm - duration: {hours: 3, minutes: 10} - repeat: - interval: {days: 1} - until: 2024-10-10 12:00:00 - - <<: *bsh-2024-oct - begin: 2024-10-15 9:00:00 - duration: {hours: 7, minutes: 0} - repeat: - interval: {days: 1} - until: 2024-10-17 16:00:00 - # CR September 2024 workshop - lessons - &cr-2024-sep summary: CodeRefinery workshop, September 2024 @@ -146,13 +140,19 @@ events: begin: 2023-10-29 12:00:00 duration: {hours: 2, minutes: 00} - # CR train the trainer 2024 workshop - - &cr-ttt-2024 - summary: "CodeRefinery train-the-trainer workshop, 2024" - location: https://coderefinery.github.io/train-the-trainer/ + # October 2024 Build Systems Hackathon (two segments since it is split over two weeks) + - &bsh-2024-oct + summary: Build Systems Hackathon, October 2024 + location: https://coderefinery.org/workshops/upcoming/ + begin: 2024-10-08 08:50:00 timezone: Europe/Stockholm - begin: 2024-08-13 09:00:00 - duration: {hours: 3} + duration: {hours: 3, minutes: 10} repeat: - interval: {weeks: 1} - until: 2024-09-03 12:00:00 + interval: {days: 1} + until: 2024-10-10 12:00:00 + - <<: *bsh-2024-oct + begin: 2024-10-15 9:00:00 + duration: {hours: 7, minutes: 0} + repeat: + interval: {days: 1} + until: 2024-10-17 16:00:00