Parses an iCalendar string and returns a new Component representing that string.
Note that this function deals with multiple VCALENDAR's in the string, something that Mozilla used to do and which libical does not support.
Free the returned non-NULL component with unref, when no longer needed.
string |
iCalendar string to be parsed. |
a newly created Component, or null, if the string isn't a valid iCalendar string. |