|
|
|
extractVcfEntry(x,
defaultPhonetype=None)
Walks an entire vobject vcard entity and stores all information in a
dictionary, which is returned in the end |
source code
|
|
|
_createRawAttribute(c,
j,
att,
value,
params=[ ] )
Supporting function for adding a single attribute to vcard raw object |
source code
|
|
|
|
|
|
|
|
|
|
|
_createBusinessDetails(c,
j)
Creates an entry for business organzation und unit. |
source code
|
|
|
createRawVcard(c)
Converts internal contact entry to VObject format |
source code
|
|
|
|
|
|
|
|
|
|
|
_createAlarmPart(c,
cal)
Transforms PISI internal alarm information (1 single integer for
minutes) into vobject representation |
source code
|
|
|
createRawEventEntry(c,
stupidMode=False)
Transforms PISI internal Calendar event information (events.Event)
into vobject representation |
source code
|
|
|
VCF_PHONETYPE_HOME = [ [ ' HOME ' , ' VOICE ' ] , [ ' VOICE ' , ' HOME ' ] , [ ' ...
Indentifies a phone entry as work phone
|
|
VCF_PHONETYPE_WORK = [ [ ' WORK ' , ' VOICE ' ] , [ ' VOICE ' , ' WORK ' ] , [ ' ...
Indentifies a phone entry as mobile phone
|
|
VCF_PHONETYPE_MOBILE = [ [ ' CELL ' , ' VOICE ' ] , [ ' VOICE ' , ' CELL ' ] , ...
Indentifies a phone entry as fax
|
|
VCF_PHONETYPE_FAX = [ [ ' FAX ' ] ]
Entries to remove before comparing
|
|
VCF_PHONETYPE_IGNORELIST = [ ' OTHER ' ]
Indentifies an address entry as home address
|
|
VCF_ADDRESSTYPE_HOME = [ [ ' HOME ' , ' POSTAL ' ] , [ ' POSTAL ' , ' HOME ' ] ...
Indentifies an address entry as work address
|
|
VCF_ADDRESSTYPE_WORK = [ [ ' WORK ' , ' POSTAL ' ] , [ ' POSTAL ' , ' WORK ' ] ...
|
|
ACTIONID_ADD = 0
|
|
ACTIONID_DELETE = 1
|
|
ACTIONID_MODIFY = 2
|
|
CONSOLE_PROGRESSBAR_WIDTH = 80
|
|
FILEDOWNLOAD_TIMEOUT = 10
|
|
FILEDOWNLOAD_TMPFILE = ' /tmp/pisi-remotebuffer.data '
|
|
FILEPATH_COPYING = ' /opt/pisi/COPYING '
|
|
GOOGLE_CALENDAR_APPNAME = ' pisi0.5 '
|
|
GOOGLE_CALENDAR_MAXRESULTS = 1000
|
|
GOOGLE_CONTACTS_APPNAME = ' pisi0.5 '
|
|
GOOGLE_CONTACTS_MAXRESULTS = 1000
|
|
ICS_BYTES_PER_ENTRY = 200
|
|
MERGEMODE_FLUSH_A = 1
|
|
MERGEMODE_FLUSH_B = 2
|
|
MERGEMODE_MANUALCONFIRM = 5
|
|
MERGEMODE_OVERWRITE_A = 3
|
|
MERGEMODE_OVERWRITE_B = 4
|
|
MERGEMODE_SKIP = 0
|
|
MERGEMODE_STRINGS = [ ' Skip ' , ' Flush source 1 ' , ' Flush source 2 ...
|
|
MODE_CALENDAR = 0
|
|
MODE_CONTACTS = 1
|
|
MODE_STRINGS = [ ' calendar ' , ' contacts ' ]
|
|
PISI_AUTHORS = [ ' Esben Damgaard ' , ' Michael Pilgermann ' ]
|
|
PISI_COMMENTS = ' PISI is synchronizing information '
|
|
PISI_DOCUMENTERS = [ ' Michael Pilgermann ' ]
|
|
PISI_HOMEPAGE = ' http://freshmeat.net/projects/pisiom '
|
|
PISI_NAME = ' PISI '
|
|
PISI_TRANSLATOR_CREDITS = None
|
|
PISI_VERSION = ' 0.5 '
|
|
VCF_BYTES_PER_ENTRY = 200
|
|
__package__ = None
|