adjusted code to match CryptPad file format
This commit is contained in:
parent
210cdff15e
commit
608c71708f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def generate_ical_from_csv(csv_file):
|
|||
for row in reader:
|
||||
try:
|
||||
# Parse the data from CSV
|
||||
host = row['Gastgeber']
|
||||
host = row['Host']
|
||||
description = row['Description']
|
||||
date = row['Date'].strip() # Expected format: DD.MM.YYYY
|
||||
start_time = row['start time'].strip() # Expected format: HH:MM
|
||||
|
|
Loading…
Reference in a new issue