Module outlook_tasks :: Class OutlookTasksImportData
[hide private]
[frames] | no frames]

Class OutlookTasksImportData

source code

outlook_calendar.OutlookCalendarImportData --+    
                                             |    
          outlook_notes.OutlookNotesImportData --+
                                                 |
                                                OutlookTasksImportData

Nested Classes [hide private]
  _data_item_class
Instance Methods [hide private]
 
__init__(self, outlook) source code
 
_accept(self, e) source code
 
_populate_entry(self, entry, new_entry) source code

Inherited from outlook_notes.OutlookNotesImportData: get, get_display_data, read, read_update, set_folder

Inherited from outlook_calendar.OutlookCalendarImportData: get_category_list, get_error_list, get_filter, get_folder_id, get_folder_name, has_errors, pick_folder, process_repeat, set_filter, set_folder_id, update_display

Class Variables [hide private]
  _data_keys = [('Status', 'status', <function _convert_status a...
  _default_filter = {'categories': None, 'end': None, 'non_compl...
  _default_folder_type = 'tasks'

Inherited from outlook_calendar.OutlookCalendarImportData: olImportanceHigh, olImportanceLow, olImportanceNormal, olRecursDaily, olRecursMonthNth, olRecursMonthly, olRecursWeekly, olRecursYearNth, olRecursYearly

Method Details [hide private]

__init__(self, outlook)
(Constructor)

source code 
Overrides: outlook_calendar.OutlookCalendarImportData.__init__

_accept(self, e)

source code 
Overrides: outlook_calendar.OutlookCalendarImportData._accept

_populate_entry(self, entry, new_entry)

source code 
Overrides: outlook_calendar.OutlookCalendarImportData._populate_entry

Class Variable Details [hide private]

_data_keys

Value:
[('Status', 'status', <function _convert_status at 0x04F94BF0>),
 ('DateCompleted',
  'completion_date',
  <function to_bp_date at 0x04CE6E70>),
 ('Complete', 'complete', None),
 ('Importance',
  'priority',
  <function _convert_priority at 0x04F94CB0>),
...

_default_filter

Value:
{'categories': None,
 'end': None,
 'non_completed': False,
 'start': None}