digitalinteraction / deconf-api-toolkit

A library for running decentralised virtual conferences
https://deconf-api.openlab.dev/
MIT License
2 stars 0 forks source link

`session.slot` can be set to `null__null` #34

Open robb-j opened 2 years ago

robb-j commented 2 years ago

Problem There is a case in pretalx where a slot exists with no start/end date. In that case the slot currently gets generated as null__null and the schedule shows the date as the unix epoch (1970).

Solution