[TYPO3-calendar] Cal prefill Powermail Time Problem

Bernd Pier macbepepi at me.com
Mon Sep 5 14:47:35 CEST 2016


Hi Folks,


i want to prefill a Input Field from Powermail with the Start Time of an 
Event. In the DB the Time is in Seconds so 36000 becomes 10:00.

But it`s not so nice to have 36000 in the Inputfield from Powermail.

Here is my Powermail TS
plugin.tx_powermail.settings.setup.prefill {
         uhrzeit = RECORDS
         uhrzeit {
           wrap = |
           source.data = GP:tx_cal_controller|uid
           tables = tx_cal_event
           conf.tx_cal_event = TEXT
           conf.tx_cal_event.field = start_time
           #conf.tx_cal_event.strtotime = 1
           #conf.tx_cal_event.strftime = %H:%M
         }
}

of course strftime doesn`t work cause i get seconds from DB no Timestamp.

I try to do Typoscript Calculation with prioriCalc = 1 on 
conf.tx_cal_event but i have no luck.

Any Ideas?

My System:
Typo3 7.6.9
cal 1.10.3
powermail 3.4.0

greetings

Bernd


More information about the TYPO3-project-calendar mailing list