Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Calendar' object has no attribute '_unused' #46

Closed
andrewwulf opened this issue Oct 29, 2019 · 1 comment
Closed

AttributeError: 'Calendar' object has no attribute '_unused' #46

andrewwulf opened this issue Oct 29, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@andrewwulf
Copy link

fb2cal INFO (main) Creating birthday ICS file...
Traceback (most recent call last):
File "fb2cal.py", line 813, in
main()
File "fb2cal.py", line 126, in main
c = populate_birthdays_calendar(birthdays)
File "fb2cal.py", line 782, in populate_birthdays_calendar
c._unused.append(ics.parse.ContentLine(name='X-WR-CALNAME', params={}, value='Facebook Birthdays (fb2cal)'))
AttributeError: 'Calendar' object has no attribute '_unused'

@mobeigi mobeigi added the duplicate This issue or pull request already exists label Oct 29, 2019
@mobeigi
Copy link
Owner

mobeigi commented Oct 29, 2019

Duplicate of #44

Please clone latest version of code and update ics module to latest version (0.6+)

@mobeigi mobeigi closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants