inline_local_attachments_sync


Description:

public bool inline_local_attachments_sync (Component component, Cancellable? cancellable = null) throws Error

Changes all URL attachments which point to a local file in component to inline attachments, aka adds the file content into the component.

It also populates FILENAME parameter on the attachment. This is called automatically before save_component_sync.

The reverse operation is store_inline_attachments_sync.

Parameters:

this

an CalMetaBackend

component

an Component to work with

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.