[TYPO3-calendar] FE Unable to Create Events

Christian Welzel gawain at camlann.de
Wed Sep 30 21:25:38 CEST 2015


Am 30.09.2015 um 20:58 schrieb Hanspeter Lutz:

> In the default template there is already a line: "<input type="hidden"
> value="###TYPE###" name="tx_cal_controller[type]" />"

I had the same problem some time ago with an 1.9.x version of cal
and could only solve it by adding (into confirm_event.tmpl):

<input type="hidden" name="tx_cal_controller[event_type]" value="0" />

(note: event_type!). I didnt have much time so i did not delve deeper
into the issue but fixed the value to 0 (my users are only allowed to
add regular events).
The line
<input type="hidden" name="tx_cal_controller[type]" value="###TYPE###" />
already was in the template.


-- 
  MfG, Christian Welzel

   GPG-Key:     pub 4096R/5117E119 2011-09-19
   Fingerprint: 3688 337C 0D3E 3725 94EC  E401 8D52 CDE9 5117 E119


More information about the TYPO3-project-calendar mailing list