Skip to content

Commit

Permalink
Merge pull request #47 from kitctf/calendar-platypwn
Browse files Browse the repository at this point in the history
  • Loading branch information
rad4day authored Oct 26, 2023
2 parents 65678bb + 0b0d4c1 commit ffaf62d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions _calendar/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class CTFEvent:
CTFEvent("CyberSecurityRumble Finals 2023", begin="2023-09-28T13:00:00+02:00", end="2023-09-30T13:00:00+02:00"),
CTFEvent("Hack.lu CTF 2023", ctftime_id=1921),
CTFEvent("HITCON CTF 2023 Final", ctftime_id=2035),
CTFEvent("Platypwn 2023", ctftime_id=2082),
CTFEvent("LakeCTF", ctftime_id=2069)
]
# DON'T CHANGE ME
Expand Down
21 changes: 14 additions & 7 deletions hack_harder.ics
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ SUMMARY:Midnight Sun CTF 2023 Finals
UID:[email protected]
END:VEVENT
BEGIN:VEVENT
DTEND:20230813T000000Z
DTSTART:20230810T000000Z
SUMMARY:DEF CON Finals
UID:[email protected]
END:VEVENT
BEGIN:VEVENT
DTEND:20230930T110000Z
DTSTART:20230928T110000Z
SUMMARY:CyberSecurityRumble Finals 2023
UID:6105a7ad-7ea9-4c34-9443-1b8595c9811b@6105.org
UID:d516e02d-cc2a-4cca-bcc8-80abbc6bf3cb@d516.org
END:VEVENT
BEGIN:VEVENT
DTEND:20230910T140000Z
Expand All @@ -36,12 +42,6 @@ SUMMARY:ENOWARS 7
UID:[email protected]
END:VEVENT
BEGIN:VEVENT
DTEND:20230813T000000Z
DTSTART:20230810T000000Z
SUMMARY:DEF CON Finals
UID:[email protected]
END:VEVENT
BEGIN:VEVENT
DTEND:20231115T080000Z
LOCATION:http://ctf.hitcon.org/
DTSTART:20231114T000000Z
Expand Down Expand Up @@ -76,4 +76,11 @@ DTSTART:20230923T120000Z
SUMMARY:FAUST CTF 2023
UID:[email protected]
END:VEVENT
BEGIN:VEVENT
DTEND:20231029T120000Z
LOCATION:https://platypwn.ctf.platypwnies.de/
DTSTART:20231028T120000Z
SUMMARY:Platypwn 2023
UID:[email protected]
END:VEVENT
END:VCALENDAR

0 comments on commit ffaf62d

Please sign in to comment.