diff options
-rw-r--r-- | pykolab/xml/event.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/xml/event.py b/pykolab/xml/event.py index e438343..7b0c811 100644 --- a/pykolab/xml/event.py +++ b/pykolab/xml/event.py @@ -665,6 +665,7 @@ class Event(object): self.event.setSummary(summary) def set_uid(self, uid): + self.uid = uid self.event.setUid(str(uid)) def set_transparency(self, transp): |