Package conduit :: Package modules :: Module OSyncEvoModule :: Class OS_Evolution_Todo
[hide private]

Class OS_Evolution_Todo

source code


Instance Methods [hide private]
 
_get_config(self)
Generate the config that opensync needs to use this endpoint
source code

Inherited from dataproviders.Opensync.BaseDataprovider: __init__, delete, finish, get, get_UID, get_all, put, refresh

Inherited from dataproviders.DataProvider.DataSource: add, get_changes, get_num_items

Inherited from dataproviders.DataProvider.DataProviderBase: configure, emit, emit_change_detected, get_configuration, get_configuration_xml, get_input_conversion_args, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, initialize, is_busy, is_configured, set_configuration, set_configuration_xml, set_status, uninitialize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _name_ = _("Evolution Todo")
  _description_ = _("Sync your Evolution tasks")
  _category_ = DataProviderCategory.DataProviderCategory("Office...
  _os_name_ = "evo2-sync"
  _os_sink_ = "todo"

Inherited from dataproviders.Opensync.EventDataprovider: _icon_, _in_type_, _osync_type_, _out_type_

Inherited from dataproviders.Opensync.BaseDataprovider: _module_type_

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__, _configurable_

Inherited from _EvolutionMixin: ev_source

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_config(self)

source code 
Generate the config that opensync needs to use this endpoint
Overrides: dataproviders.Opensync.BaseDataprovider._get_config
(inherited documentation)

Class Variable Details [hide private]

_category_

Value:
DataProviderCategory.DataProviderCategory("Office", "applications-offi\
ce")