Event Registration is not enabled after creating Event via API
Hi,
I have creates a Google script to upload event from a Google spreadsheet.
I create the event with "RegistrationEnabled": false
Create the RegistrationTypes for the event.
Then I enable registrations for any membership level....
{
"Id": EventId,
"RegistrationEnabled": true,
"Details": {
"AccessControl": {
"AccessLevel": "Restricted",
"AvailableForAnyLevel": true,
}
}
When I go to the admin pages of the website the event is not enabled, access is shown as for Admin users only, however the fields in the form are correct.
I have to press "Save" on the form and then the event registrations are enabled.
I have tried all combinations of enabling and disabling event registrations to get this to work without success.
It appears to be a bug.
This issue was resolved in 5.11.2 release:
https://help.wildapricot.com/display/DOC/Update+5.11.2#Update5.11.2-Bugfixes
-
Steve Riegel commented
I would also like to be able to change AccessLevel of event from API. Thanks!
-
Hi, Iain,
We double check it and it seems to work fine.
Could you send an example of the request to mobile.crew@wildapricot.com ? -
Iain Dwyer commented
This appears to still be an issue. I cannot update the Access Type. I can successfully update other event variables, but I cannot activate registration over the API. This is a big deal for us as we create many events per day and we cannot have someone manually activating them.