Package caldavclientlibrary :: Package client :: Module principal :: Class CalDAVPrincipal
[hide private]
[frames] | no frames]

Class CalDAVPrincipal

source code

object --+
         |
        CalDAVPrincipal

Instance Methods [hide private]
 
__init__(self, session, path)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code
 
_initFields(self) source code
 
loadDetails(self, refresh=False) source code
 
getSmartDisplayName(self) source code
 
listCalendars(self, root=None) source code
 
listFreeBusySet(self) source code
 
addToFreeBusySet(self, calendars) source code
 
removeFromFreeBusySet(self, calendars) source code
 
cleanFreeBusySet(self) source code
 
_getFreeBusySet(self) source code
 
_setFreeBusySet(self, calendars) source code
 
getReadProxies(self, refresh=True) source code
 
setReadProxies(self, principals) source code
 
getWriteProxies(self, refresh=True) source code
 
setWriteProxies(self, principals) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, session, path)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)