def __init__(self,shell = None): CalendarProviderBase.__init__(self) self.Plugin_Name= "iCalendar" self.Plugin_Author = "Florian Dorn" self.options['urls'] = [] self.options['colors'] = []
def initPlugin(self, options, appointment): CalendarProviderBase.initPlugin(self,options) #call the parent initPlugin, this ensures, that the options are stored pass
def initPlugin(self, options, appointment): CalendarProviderBase.initPlugin(self,options) pass