Hi all, I’m building a wix site for a tech festival that has a big agenda and I’m looking for a way to add entries to the Wix event schedule other than the regular UI. Unfortunately, all fields in the cms for this collection are locked, but maybe there is another way? Maybe I can build my own collection in the cms and use Velo to point to that dataset on the event schedule page? Or is there a REST API method I can use?m Thanks so much for your help!
Hello!
This is possible through the wix-events-backend API. You’ll have to add this in your backend code, and then you can use the createEvent() function in the documentation to add it.
Your idea of building your own collection might also work, depending on how your site and Event is set up.
Thanks for your help, Emmy! Unfortunately, I can’t find the API calls to add entries to the schedule there. Do I overlook anything?
The API I linked is more so that you can add event entries to your locked events CMS. If the Schedule is already linked to the events collection, it should automatically update.
Ah, sorry, I think I wasn’t precise enough. I would like to add entries to the locked schedules CMS.
Is there a way to do it?
Ah I see. Was this made through Wix Bookings? If so, this guide might help: Wix Bookings "Schedule" Collection Fields
Thanks! No, it was made via Wix Events.