taskbridgeapp.gui.viewmodel.threadedtasks.ReminderPreWarm
- class taskbridgeapp.gui.viewmodel.threadedtasks.ReminderPreWarm(cb)
Bases:
QThreadPerforms tasks required to allow the user to configure reminder synchronisation and prepare for synchronisation.
Methods
Carries out the pre-warm tasks.
Attributes
__display_name____name____orig_bases____sphinx_decorator_args____sphinx_mock__- __call__(*args, **kwargs)
Call self as a function.
- Return type:
Any
- __init__(cb)
Initialises the pre-warm.
- Parameters:
cb (
Callable) – function which is called when the pre-warm is complete.
- error_signal
Error messages are sent to this signal.
alias of
str
- message_signal
Log messages are sent to this signal.
alias of
str
- run()
Carries out the pre-warm tasks. This includes: :rtype:
NoneConnect ot the remote reminder server.
Fetch the local reminder lists.
Fetch the remote task calendars.
Synchronise deleted reminder lists and task calendars.
Associate reminder lists and tasks calendars.