Mercurial > libervia-backend
comparison src/plugins/plugin_xep_0277.py @ 2243:5e12fc5ae52a
plugin events: separation of event node and invitees node
- event node is handling the main metadata of the event, and invitees node handle the invitations/invitees answers
- invitees and blog node are automatically created and associated to the event, except if they are specified (in which cas the existing one are used and attached to the event node)
- extra metadata are added to <meta> elements
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 May 2017 12:43:41 +0200 |
parents | 79d279d1ee88 |
children | a8eaaac4d80f |
comparison
equal
deleted
inserted
replaced
2242:e5e54ff0b775 | 2243:5e12fc5ae52a |
---|---|
29 from sat.tools import xml_tools | 29 from sat.tools import xml_tools |
30 from sat.tools import sat_defer | 30 from sat.tools import sat_defer |
31 from sat.tools import utils | 31 from sat.tools import utils |
32 from sat.tools.common import data_format | 32 from sat.tools.common import data_format |
33 | 33 |
34 # XXX: tmp.pubsub is actually use instead of wokkel version | 34 # XXX: tmp.pubsub is actually used instead of wokkel version |
35 from wokkel import pubsub | 35 from wokkel import pubsub |
36 import uuid | 36 import uuid |
37 import time | 37 import time |
38 import dateutil | 38 import dateutil |
39 import calendar | 39 import calendar |