uICAL
uICAL copied to clipboard
Fix arduino compilation errors
This fixes #16.
More precisely:
- Removes the unused
StringSumHelperconstructor instring.h - Adds documentation on how to build with the Arduino IDE
It also fixes the following bugs
- The buffer in
istream_Stream::readuntilis too small for some WebDAV implementations - Fixes
VObjectStreamexception when the input, as a list of VObjects, isn't wrapped inBEGIN/END VCALENDAR. This is the case for someVTODOqueries. Now it simply ends the stream if the input ends as well.