priority bug, to libby and dan

Hi everybody,

fromIcal.py throws this:
  File "fromIcal.py", line 760, in ?
    main()
  File "fromIcal.py", line 70, in main
    interpret(sx, codecs.open(sys.argv[1], 'r', 'utf-8'))
  File "fromIcal.py", line 96, in interpret
    doComponents(sx, calendars, iCalendarDefs)
  File "fromIcal.py", line 305, in doComponents
    doComponents(sx, subs, subDecls, 'component')
  File "fromIcal.py", line 300, in doComponents
    doProperties(sx, '', props, propDecls)
  File "fromIcal.py", line 392, in doProperties
    raise RuntimeError, "missing default type: %s -> %s" %\
RuntimeError: missing default type: PRIORITY -> ('priority', 0, None)


on a normal ics file from outlook.

file is attached.

greetings
Leo

Received on Thursday, 8 April 2004 10:03:47 UTC