[ Version ( since = "0.3.0" ) ]
public void get_original_event_details (out string event_id, out string event_uri)
Gets details of the original event, if this event is an exception to a recurring event.
The original event's ID and the URI of the event's XML are returned in event_id and event_uri, respectively.
If this event is not an exception to a recurring event, event_id and event_uri will be set to
null. See is_exception to determine
more simply whether an event is an exception to a recurring event.
If both event_id and event_uri are null, this function is a no-op. Otherwise,
they should both be freed with g_free.
| this | |
| event_id |
return location for the original event's ID, or null |
| event_uri |
return location for the original event's URI, or null |