Setting up recurring events? #1342
Unanswered
proffalken
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @proffalken , currently there is no possibility to make it recurrent, you will need to create it for each occurrence. To simplify your life you can use a cron job + a script that call the rest api (see https://github.com/alfio-event/alf.io/wiki/REST-API-v1#create-event ). Or if you don't mind some small manual intervention, you can always copy a previous event and update the dates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an Open Night on the first Tuesday of every month, and we want to use Alf.io to track the attendance.
The events are identical apart from the date they occur on.
Is there a way to have an event become recurring, or do we need to set it up every time with a new URL such as
/open-night-april-2024
and thenopen-night-may-2024
etc?Beta Was this translation helpful? Give feedback.
All reactions