get_attachment_uris


Description:

public async bool get_attachment_uris (string uid, string rid, Cancellable? cancellable, out SList<string> attachment_uris) throws Error

Queries a calendar for a specified component's object attachment uris.

The call is finished by get_attachment_uris.end from the callback.

Parameters:

uid

Unique identifier for a calendar component

rid

Recurrence identifier

cancellable

a Cancellable; can be null

callback

callback to call when a result is ready

user_data

user data for the callback