org.gnome.evolution.dataserver.CalendarFactory

org.gnome.evolution.dataserver.CalendarFactory — Factory for calendar objects

Methods

OpenCalendar (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);
OpenTaskList (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);
OpenMemoList (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);

Description

This interface provides access to Calendar interfaces.

Since 3.8

Method Details

The OpenCalendar() method

OpenCalendar (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);

Returns the object path of the calendar backend for uid.

IN s source_uid:

Unique identifier for a data source

OUT s object_path:

Object path of the calendar backend

OUT s bus_name:

Since 3.8


The OpenTaskList() method

OpenTaskList (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);

Returns the object path of the task list backend for uid.

IN s source_uid:

Unique identifier for a data source

OUT s object_path:

Object path of the task list backend

OUT s bus_name:

Since 3.8


The OpenMemoList() method

OpenMemoList (IN  s source_uid,
              OUT s object_path,
              OUT s bus_name);

Returns the object path of the memo list backend for uid.

IN s source_uid:

Unique identifier for a data source

OUT s object_path:

Object path of the memo list backend

OUT s bus_name:

Since 3.8