Replies: 3 comments
-
You could extend the extension with a custom field to hold the time value. See https://github.com/derhansen/sf_event_mgt_extend_demo for an example on how to extend the main extension without modifying the original code. Note, that a custom time field will not affect any logical constraints in regards to e.g. the calendar view or database queries, since there always the startdate and enddate fields will be considered and it is not easily possible to split the current datetime fields into logically separated fields. |
Beta Was this translation helpful? Give feedback.
-
I have never used the extension builder before and maybe your demo version would be very helpfull for me
But this version ist for TYPO3 11 - do you have a version that works with TYPO3 10?
… Am 24.11.2021 um 19:46 schrieb Torben Hansen ***@***.***>:
You could extend the extension with a custom field to hold the time value. See https://github.com/derhansen/sf_event_mgt_extend_demo <https://github.com/derhansen/sf_event_mgt_extend_demo> for an example on how to extend the main extension without modifying the original code.
Note, that a custom time field will not affect any logical constraints in regards to e.g. the calendar view or database queries, since there always the startdate and enddate fields will be considered and it is not easily possible to split the current datetime fields into logically separated fields.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#966 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFH4UMZJP4EJU7EUHNF7TYDUNUXJFANCNFSM5IWGDZ6Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Version for TYPO3 8.7 - 11.5 are available (see version matrix in README.md) Downloads: https://github.com/derhansen/sf_event_mgt_extend_demo/tags |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to have a separate Timefield.
For example: I have an event for two days and want to show that each days time it's from 9 – 12
How can I manage this?
Thanks a lot
Hogego
Beta Was this translation helpful? Give feedback.
All reactions