The events are all saved to the database as custom posts. The simplest way to get the structure is to export the events as an xml file.
If you want other users to be able to create events you can add the capabilites. In quick-event-manager.php is the qem_add_role_caps function. All you need to do is add similar to your theme functions.php and any role can edit events.
Or just set the user with the Event Manager role…
The calendar problem is linebreaks. If there are any linebreaks or spaces between each element the popup code fails. If you don’t use a popup it will work. If you enable the tooltip hover you will see the event title and short description.
The end date is only displayed if you enter an end date. Leave this blank and you will only see one date icon.
The plugin can interpret all sorts of formats (took me days to code this) so not really sure what it is you want. Can you email me with some examples and I can send over something for you to test.
Hi aerin,
Thank you for your answer.
I found the datas in wp_posts and wp_postmeta tables. I think it’s not easy (for me) to change an event by the way I wanted to do. I plan to use the normal panel, and assign the ability to the users.
For the calendar, I haven’t tried anything so, for the time being, the events will be only displayed as a list.
OK for the end date, it works well !
For the time format, I meant if I enter a time as 8.0, it could be useful if the plugin could change it as 08:00 automatically.
thank you for your support and your help
I notice a detail that I didn’t see before :
when I create an event, the calendar displayed to enter the start date and the end date is not localized (I’m french), and the 1st day of week is not set as I chose in the tab calendar (last option) of the plugin parameters page.
could it be possible to take into account of this 2 parameters for entering a new event ?
thx a lot.
Can you email me with some links so I can see the date problem. All dates should be localized as the plugin uses the same function for start and end dates.
Changing the time from 8.0 to 08.00 might not be possible as not everyone wants the date in that format. Some prefer 8.00 or just 8am or 0800 or 08:00 and so on.