TSW :
KSTSC:STRNO=ICS3,STRING="Meeting",TIMFMT=TIME,LANG=0;
GETSC:STRNO=ICS3,STRING="Meeting",TIMFMT=TIME,LANG=0;
Parameter TIMFMT can be set to TIME or DATE
V4.1 :
KSTSC:STRNO=ICS3,STRING=" Meeting ",TIMFMT=TIME,LANG=0;
extension_text -c --ext-display-option ICS3 --ext-display-string 'Meeting' --ics-time-format TIME --language 0
extension_text -c --ext-display-option ICS3 --ext-display-string "Meeting" --ics-time-format TIME --language 0 --format long
Parameter --ics-time-format can be set to TIME, DATE or NONE
V5.0 :
KSTSC: is not possible any more
extension_text -c --ext-display-option ICS3 --ext-display-string 'Meeting' --ics-time-format TIME --language 0
extension_text -c --ext-display-option ICS3 --ext-display-string 'Meeting' --ics-time-format TIME --language 0 --format long
best regards,
Norbert