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