We are using the OpenAgenda API to bring in events in our website.
Looking at the field dateRange for an event (which is a text field), we noticed this looks different in EN versus FR:
EN: Wednesday 13 October, 19:30
FR: Mercredi 13 octobre, 19h30
We want to have the same time separator for FR as well (so use : and not h) , meaning:
EN: Wednesday 13 October, 19:30
FR: Mercredi 13 octobre, 19:30
How can we set this up? Is this something we can do in the OpenAgenda admin or something you can update in the API response in FR?
Thank you!
Hi @danana we don't provide a way to toggle this separator directly on the API, but you should be able through a little bit of parsing to replace "h" characters with ":" where you want.
Hello,
We are using the OpenAgenda API to bring in events in our website. Looking at the field dateRange for an event (which is a text field), we noticed this looks different in EN versus FR: EN: Wednesday 13 October, 19:30 FR: Mercredi 13 octobre, 19h30
We want to have the same time separator for FR as well (so use : and not h) , meaning: EN: Wednesday 13 October, 19:30 FR: Mercredi 13 octobre, 19:30
How can we set this up? Is this something we can do in the OpenAgenda admin or something you can update in the API response in FR? Thank you!
OpenAgenda uid: 95186839