Skip to content
Snippets Groups Projects

run hooks

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