Changed some properties

This commit is contained in:
Maximilian Giller 2019-02-26 16:23:27 +01:00
parent bd077866d9
commit 82c28841a7

View file

@ -1,8 +1,8 @@
class CalendarEvent (object):
"""Defines a calendar event, independent of any implementation"""
def __init__ (self):
self.datetime = None
self.duration = None
self.begin_datetime = None
self.end_datetime = None
self.title = None
self.description = None