This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
from pathlib import Path | |
import qrcode | |
from icalendar import Calendar, Event | |
from qrcode.image.svg import SvgPathImage | |
# Create event | |
event = Event() | |
event.add("summary", "FÜR Demokratie wählen") |