blaise
Posts: 5
|
Posted: Fri Dec 14, 2012 12:29 am Post subject: Python/Django script to convert RSS to iCal |
|
|
I was using a PHP script that someone posted here 5 years ago, but my server no longer runs PHP, so I have written this Django implementation (which can be easily converted to vanilla Python).
http://pastebin.com/T8KE8gGZ
I hope it will be useful to someone.
Notes: I have not implemented caching, so make sure you don't call this script every 10 seconds. The script works with Google Calendar. The time zone correction on line 32 is a bit of a hack (just like the rest of the script). |
|