send_objects_sync


Description:

[ Version ( since = "3.10" ) ]
public string send_objects_sync (string calobj, OperationFlags opflags, Queue out_users, Cancellable? cancellable = null) throws Error

Sends meeting information in calobj.

The this may modify calobj and send meeting information only to particular users. The function returns the (maybe) modified calobj and deposits the list of users the meeting information was sent (to be send) to in out_users.

The returned pointer should be freed with g_free, when no londer needed.

If an error occurs, the function will set throws and return null.

Parameters:

this

an CalBackend

calobj

an iCalendar string

opflags

bit-or of OperationFlags

out_users

a Queue in which to deposit results

cancellable

optional Cancellable object, or null

Returns:

a vCalendar string, or null on error