[TYPO3-calendar] Make FE submitted new events hidden

Tony Lush tlush at advancewm.com
Tue Dec 20 17:03:09 CET 2011


We are trying to make events hidden when submitted through Frontend editing.

I tried without success:

plugin.tx_cal_controller.rights.create.event {
	fields.hidden.public = 1
	fields.hidden.default = 1
}

and:

plugin.tx_cal_controller.rights.create.event {
	fields.hidden.public = 0
	fields.hidden.default = 1
}

Is it possible to do this?

Thank you -- Tony


More information about the TYPO3-project-calendar mailing list