You can edit the file all-in-one-event-calendar/app/model/api/api-abstract.php
> In the function has_subscription_active (line 449)
replace
return array_key_exists( $feature, $subscriptions );
with
return true;
This hack won’t work if you update the plugin, but it will save you some time until the author correct it.
Have fun programming !