[TYPO3-calendar] Re: FE Unable to Delete Events

Hanspeter Lutz hanspeter.lutz at gmail.com
Wed Sep 30 21:33:00 CEST 2015


Quote: Hanspeter Lutz (pantarei) wrote on Wed, 30 September 2015 19:11
----------------------------------------------------
> Hi everybody
> 
> I am using cal 1.10.0. When I try to delete an event, the confirmation screen is coming up forever.
> 
> When I debug the code, I don't find a call to the Controller::deleteEvent().
> 
> Is anybody able out there to delete events?
> 
> Any help is greatly appreciated!
> 
> Kind regards
> Hanspeter
----------------------------------------------------

Problem solved!

The possibility to create, edit or delete must be enabled globally by:
tx_cal_controller.rights.rights {
		create = 1
		edit = 1
		delete = 1
}



More information about the TYPO3-project-calendar mailing list