[TYPO3-calendar] Fe-user Create Event does not present form

Tony Lush tlush at advancewm.com
Sun Dec 4 18:17:50 CET 2011


When a logged in fe-user visits the Create Event form for which he has 
rights to crate an event, he gets the message "You are not allowed to 
create a/an event".

The form is only visible to that fe-user group (group 2), so I know that 
the user is logged in properly.

In the Constants Editor are set:
plugin.tx_cal_controller.pidList = 42
plugin.tx_cal_controller.rights.edit = 1
plugin.tx_cal_controller.rights.admin.group = 2
plugin.tx_cal_controller.rights.defaultSavePid = 42

Other Constants set are:

plugin.tx_cal_controller.pidList = 42
plugin.tx_cal_controller.rights.create.event {
	group 2
	public = 1
	saveEventToPid = 42
	enableRTE = 1
	enableAllFields = 1
}

Can anyone suggest what I am missing?

Thank you -- Tony


More information about the TYPO3-project-calendar mailing list