EDataCal.CalBackendClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
closed |
r |
A signal notifying that the backend was closed |
|
impl_add_timezone |
r |
FIXME: Document me |
|
impl_create_objects |
r |
FIXME: Document me |
|
impl_discard_alarm |
r |
FIXME: Document me |
|
impl_get_attachment_uris |
r |
FIXME: Document me |
|
impl_get_backend_property |
r |
Fetch a property value by name from the backend |
|
impl_get_free_busy |
r |
FIXME: Document me |
|
impl_get_object |
r |
Fetch a calendar object |
|
impl_get_object_list |
r |
FIXME: Document me |
|
impl_get_timezone |
r |
FIXME: Document me |
|
impl_modify_objects |
r |
FIXME: Document me |
|
impl_open |
r |
Open the backend |
|
impl_receive_objects |
r |
FIXME: Document me |
|
impl_refresh |
r |
Refresh the backend |
|
impl_remove_objects |
r |
FIXME: Document me |
|
impl_send_objects |
r |
FIXME: Document me |
|
impl_start_view |
r |
Start up the specified view |
|
impl_stop_view |
r |
Stop the specified view |
|
parent_class |
r |
||
reserved_padding |
[ |
r |
|
shutdown |
r |
A signal notifying that the backend is being shut down |
|
use_serial_dispatch_queue |
r |
Whether a serial dispatch queue should be used for this backend or not. The default is |
Methods¶
None
Details¶
- class EDataCal.CalBackendClass¶
Class structure for the
EDataCal.CalBackend
class.These virtual methods must be implemented when writing a calendar backend.