Is there any way to modify this plugin so that authorized users of the Calendar can only edit/access their own events, and not the events of any other authorized users? Thanks…
Hi,
there is option “Private mode” in Access rights tab in scheduler admin panel.
You have to use Private extended mode (each user can see all events, but can edit only his own events).
Thanks, I found it.
But I was just using the calendar and editing the “custom fields” and now my site is down with errors (see screenshot). I’m going to try and restore it, but can you please tell me what happened so it doesn’t happen again? Thanks…
I just deleted the plugin files via FTP and got the site up. Then I reinstalled the plugin from scratch and activated it (didn’t modify any settings yet), and the site crashed again with the same errors.
I’d really appreciate some help understanding what’s going wrong, because this plugin seemed to be exactly what I needed and I’d love to get it working!
I’m running WP v. 3.2.1
Hi,
plugin saves configuration as XML-data. At server side it parses this XML and generates scheduler’s code.
It looks like generated XML-configuration was incorrect. But it’s weird, because version 2.3 supports restoring configuration if it’s incorrect.
If it may be repeated execute sql-query into database:
SELECT option_value FROM {prefix}_options WHERE option_name='scheduler_xml'
and provide result to me, please.
It gives me ability to fix issue.