dhermes / persistent-cal

Google Calendar's Missing Feature
Apache License 2.0
1 stars 0 forks source link

If calendar link is bad, Calendar.from_ical will fail, this error should be caught #14

Open dhermes opened 10 years ago

dhermes commented 10 years ago

See source.

e.g. recently a 410 occurred:

{'cache-control': 'max-age=900',
 'connection': 'keep-alive',
 'content-type': 'text/html',
 'date': 'Fri, 21 Dec 2012 22:29:11 GMT',
 'expires': 'Fri, 21 Dec 2012 22:44:11 GMT',
 'pragma': 'public',
 'server': 'nginx',
 'set-cookie': 'BIGipServertripit-web=1862388490.20480.0000; path=/',
 'status': '410',
 'transfer-encoding': 'chunked'}

NOTE: Migrated from Google Code Hosting