We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219401c commit 265df3bCopy full SHA for 265df3b
1 file changed
src/fb2cal.py
@@ -712,6 +712,7 @@ def populate_birthdays_calendar(birthdays):
712
for birthday in birthdays:
713
e = Event()
714
e.uid = birthday.uid
715
+ e.created = cur_date
716
e.name = f"{birthday.name}'s Birthday"
717
718
# Calculate the year as this year or next year based on if its past current month or not
0 commit comments