Skip to content
Snippets Groups Projects

add 'All' category to careers

Merged Alexa Valentová requested to merge feat/future-calendars into test
5 files
+ 26
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,7 +2,6 @@
Parse iCal data to Events.
"""
from datetime import date, datetime, timedelta
# for UID generation
from random import randint
from typing import Optional
Loading