freesmartphone.org PIM.Dates Interface

Description

This interface provides access to the collection of PIM dates.

Namespace

org.freesmartphone.PIM.Dates

Methods

Signals

Properties

None

Errors

None

Methods

Add ( a{sv} ) → s

Description: Add a new date to the default backend for dates.

Parameters:*

a{sv}: date_data The new dates data.

Returns:

s: date_path The contact path of the added date.

GetSingleEntrySingleField ( a{sv}s ) → s

Description: Query the content of one field of one date.

Parameters:*

a{sv}: query The query.

s: field The name of the field to query.

Returns:

s: value The content of the queried field.

Query ( a{sv} ) → s

Description: Start a query for dates.

Parameters:*

a{sv}: query The query.

Returns:

s: query_path The path for the started query.

Signals

NewDate ( s )

Description: Sent when a new date is loaded.

Parameters:

s: date_path The path of the newly loaded date.