As soon as calendar entries without the possibility to attend are added, the API breaks. See error log:
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/admidio.py", line 39, in __init__
self.initEvents()
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/admidio.py", line 97, in initEvents
row[6], row[7], self)
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/event.py", line 25, in __init__
self.__c.execute(sql)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/cursors.py", line 198, in execute
res = self._query(query)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/cursors.py", line 304, in _query
db.query(q)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/connections.py", line 217, in query
_mysql.connection.query(self, query)
MySQLdb._exceptions.OperationalError: (1054, "Unknown column 'None' in 'where clause'")
As soon as calendar entries without the possibility to attend are added, the API breaks. See error log:
```
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/admidio.py", line 39, in __init__
self.initEvents()
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/admidio.py", line 97, in initEvents
row[6], row[7], self)
File "<..>/code/plugable-matrix-bot/plugins/admidio_events/admidio_python_api/event.py", line 25, in __init__
self.__c.execute(sql)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/cursors.py", line 198, in execute
res = self._query(query)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/cursors.py", line 304, in _query
db.query(q)
File "<..>/code/plugable-matrix-bot/lib/python3.7/site-packages/MySQLdb/connections.py", line 217, in query
_mysql.connection.query(self, query)
MySQLdb._exceptions.OperationalError: (1054, "Unknown column 'None' in 'where clause'")
```
As soon as calendar entries without the possibility to attend are added, the API breaks. See error log: