Skip to content

Commit

Permalink
order events by time
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Aug 26, 2024
1 parent b348f95 commit efa9211
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions calendars/workshops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit efa9211

Please sign in to comment.