Skip to content

Commit

Permalink
Adding a line to fix errors with ICS format regarding lack of DTSTAMP (
Browse files Browse the repository at this point in the history
  • Loading branch information
naezeroth committed Aug 30, 2020
1 parent 219401c commit 265df3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fb2cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ def populate_birthdays_calendar(birthdays):
for birthday in birthdays:
e = Event()
e.uid = birthday.uid
e.created = cur_date
e.name = f"{birthday.name}'s Birthday"

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

0 comments on commit 265df3b

Please sign in to comment.