[ad_1]
Hey @nwdwordpress ,
Yes, this is possible. If you are using the Free version of the plugin, you will need to add this code to your theme’s functions.php file:
add_filter('wpsbc_submenu_page_capability_calendars', function(){
return 'edit_posts';
});If you are using the Premium version of the plugin, you can add the Editor role in the Settings page.
