Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
iCalToRSS; is a set of Python scripts I wrote for retrieving iCa events and TODO items and displaying them as RSS newsfeeds inside ;NetNewsWire 2.
I wrote the Python code to parse the iCal calendar files (which are standard RFC2425 Mime-Dir files) and then I use PyRSS2Gen to output the ... Continue reading »
I wrote the Python code to parse the iCal calendar files (which are standard RFC2425 Mime-Dir files) and then I use PyRSS2Gen to output the ... Continue reading »
4 years ago
4 years ago
Thanks for doing this: I cant wait to use it!
Joe Beirne
4 years ago
ken tompkins
4 years ago
4 years ago
Please keep up the good work: this use of NNW is a great idea and I am sure we are all very grateful that you have taken this on.
Keep us posted on your progress.
4 years ago
Traceback (most recent call last):
File "./iCalToRSS.py", line 98, in ?
main(sys.argv)
File "./iCalToRSS.py", line 92, in main
iCalToRSS().processAllLocalCalendarFiles()
File "./iCalToRSS.py", line 50, in processAllLocalCalendarFiles
theCalendar.read(theFile)
File "/Users/kcole/Desktop/Downloads/iCalToRSS/Scripts/iCalendar.py", line 117, in read
theRootNode = theReader.read(iter(file))
File "/Users/kcole/Desktop/Downloads/iCalToRSS/Scripts/MimeDir.py", line 64, in read
self.processLine(theLine, nodeStack = theNodeStack)
File "/Users/kcole/Desktop/Downloads/iCalToRSS/Scripts/MimeDir.py", line 99, in processLine
theNode.value = theValue
File "/Users/kcole/Desktop/Downloads/iCalToRSS/Scripts/MimeDir.py", line 54, in setValue
self._value = Unescape(value)
File "/Users/kcole/Desktop/Downloads/iCalToRSS/Scripts/MimeDir.py", line 13, in Unescape
C = theIterator.next()
StopIteration
4 years ago
Cheers.
4 years ago
kt
4 years ago