Closed dankarp closed 8 years ago
The problem was that, up until a VERSION
property was read, the ICalVersion
object that is used by the property-parsing code was set to null
. To fix this, I initialized this object to "2.0", since this is the most commonly-used version, so you shouldn't get a NPE anymore.
You can use the ICalReader.setDefaultVersion()
method to change the default version.
Fixed in d59f828f80e0f359eed18351f5e0743ec560f9a2.
Thanks for the report!
The following slightly-malformed REPLY:
Causes the following NPE: