Parses the given file, and, if it contains a valid iCalendar object, parse it and return a new Component.
Free the returned non-NULL component with unref, when no longer needed.
filename |
Name of the file to be parsed. |
a newly created Component, or null, if the file doesn't contain a valid iCalendar object. |