Package thirdparty :: Package conduit :: Module SyncmlModule :: Class SyncmlCalendarInterface
[hide private]
[frames] | no frames]

Class SyncmlCalendarInterface

source code

SyncmlDataProvider --+    
                     |    
            HttpClient --+
                         |
SyncmlDataProvider --+   |
                     |   |
      CalendarProvider --+
                         |
                        SyncmlCalendarInterface

Public Interface that should be used from outside

Instance Methods [hide private]
 
__init__(self, url, username, password, store, syncml_identifier)
Initializes all parameters
source code

Inherited from HttpClient (private): _setup_connection

Inherited from SyncmlDataProvider: applyChanges, downloadItems, finish, handle_change, handle_change_status, handle_devinf, handle_event, handle_get_alert_type, handle_get_anchor, handle_set_anchor

Inherited from SyncmlDataProvider (private): _syncml_run, _syncml_sendall

Inherited from CalendarProvider (private): _setup_datastore

Class Variables [hide private]
  _mime_ = "text/x-calendar"
  _syncml_version_ = '1.2'

Inherited from CalendarProvider: _configurable_, _description_, _icon_, _in_type_, _module_type_, _name_, _out_type_

Method Details [hide private]

__init__(self, url, username, password, store, syncml_identifier)
(Constructor)

source code 

Initializes all parameters

Overrides: SyncmlDataProvider.__init__
(inherited documentation)