Thank you Tony,
I did but maybe I do not understand everything about Time and Date Formatting in JEvents .
About the date tag of my choosing, are you talking about a date custom-field ?
Otherwise, the REPEATSUMMARY field works. But can I customize its date format ? So far I did not manage to do it.
More globally about date formatting, I'd like to turn this type of (French) date ...
Vendredi 08 Juillet 2022 - mardi 12 Juillet 2022
... into ...
8 Juil - 12 Juil 2022
(strftime's "%e %B" as start date and "%e %B %Y" as the end date)
Is this possible with REPEATSUMMARY ?
As for the French months, I can get them properly translated. But the abbreviation needs 4 letters. Otherwise "Juin" and "Juillet" (June and July) are both "Jui". Can I get the month formatted with something equivalent to the following code ?
substr(utf8_encode(strftime('%B')), 0, 4);
Thank you all,
Regards