A simple web application to schedule meetings and run polls in python

jawanndenn
jawanndenn is a simple web application to schedule meetings and run polls, a libre alternative to Doodle.
jawanndenn is libre software developed by Sebastian Pipping. The server code is licensed under the GNU Affero GPL license version 3 or later whereas the client code is licensed under the GNU GPL license version 3 or later.
Poll Setup Format
The textarea titled “Setup (JSON)” uses a simple JSON-based format that knows the following keys:
equal_width
— a bool to control whether all options are pumped up to the same width (true
orfalse
) to counter potential voter biaslifetime
— duration after which this poll will be deleted; can be"week"
or"month"
; an enum-like stringoptions
— a list of strings, one for each option; supports