send_objects


Description:

public void send_objects (DataCal cal, Cancellable? cancellable, string calobj, OperationFlags opflags, SList<string> users, out string modified_calobj) throws Error

Calls the send_objects_sync method on the given backend.

Parameters:

this

An ECalBackendSync object.

cal

An EDataCal object.

cancellable

a Cancellable for the operation

calobj

The iCalendar object to send.

opflags

bit-or of OperationFlags

users

List of users to send notifications to.

modified_calobj

Placeholder for the iCalendar object after being modified.