Is there still a chance that Scheduler work for WPMU ?
What is the main problem ?
Hi,
scheduler plugin 2.3.1 works correctly with wordpress multisite.
After plugin installing wordpress may generate authorization error.
If this problem occurs then open file wp-content/plugins/event-calendar-scheduler/scheduler.php and modify code like here:
...
if (!$scheduler_mu_version) get_currentuserinfo();
$scheduler_userid = $current_user->id;
...