You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried the ics converter, but things must have changed since you wrote it, and it gave an error. (On the other hand, the atom converter worked with no problem, thanks for sharing it.)
I downloaded the "All tasks" list with the "iCalendar" link the RTM page provides on the right-hand side.
And then, "rtm_ics_to_todotxt.py" gave the following error message:
Traceback (most recent call last):
File "./rtm_ics_to_todotxt.py", line 172, in <module>
sys.exit(main(sys.argv))
File "./rtm_ics_to_todotxt.py", line 142, in main
'r', 'utf-8')).get_root()['VTODO']
File "./rtm_ics_to_todotxt.py", line 59, in get_root
return self.__node['VCALENDAR'][0]
KeyError: 'VCALENDAR'
The text was updated successfully, but these errors were encountered:
Hi, I tried the ics converter, but things must have changed since you wrote it, and it gave an error. (On the other hand, the atom converter worked with no problem, thanks for sharing it.)
I downloaded the "All tasks" list with the "iCalendar" link the RTM page provides on the right-hand side.
And then, "rtm_ics_to_todotxt.py" gave the following error message:
The text was updated successfully, but these errors were encountered: