Skip to content

Commit 265df3b

Browse files
authored
Adding a line to fix errors with ICS format regarding lack of DTSTAMP (#75)
1 parent 219401c commit 265df3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/fb2cal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ def populate_birthdays_calendar(birthdays):
712712
for birthday in birthdays:
713713
e = Event()
714714
e.uid = birthday.uid
715+
e.created = cur_date
715716
e.name = f"{birthday.name}'s Birthday"
716717

717718
# Calculate the year as this year or next year based on if its past current month or not

0 commit comments

Comments
 (0)