Component.from_string
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public Component.from_string (string calobj)
[ Version ( since = "3.34" ) ]
public Component.from_string (string calobj)
Creates a new calendar component object from the given iCalendar string.
Parameters:
calobj |
A string representation of an iCalendar component. |
Returns:
A calendar component representing the given iCalendar string on success, null if there was an error. |