get_object


Description:

public void get_object (DataCal cal, Cancellable? cancellable, string uid, string? rid, out string calobj) throws Error

Calls the get_object_sync method on the given backend.

Parameters:

this

An ECalBackendSync object.

cal

An EDataCal object.

cancellable

a Cancellable for the operation

uid

UID of the object to get.

rid

Recurrence ID of the specific instance to get, or null if getting the master object.

calobj

Placeholder for returned object.