Tixly event integration
Tixly is a ticketing system that is used by Folkteatern. This integration allows you to create events in Tixly and then display them on the Folkteatern website.
How it works
We store a lot of data about the events in Dato, but nothing related to actual tickets and runtime of an event. This all comes from Tixly API. Below is a simple diagram of how the integration works.
How to use it in the code
There are a few different utilities related to fetching Tix event data and formatting it for use. The main utilities are:
getTixEventinsrc/lib/external/tix/index.tsgetAllEventDatesinsrc/lib/external/tix/index.tsgetEventsByDateinsrc/lib/external/tix/index.tssaleStatusMetainsrc/lib/external/tix/utils/saleStatusMeta.tsx