Well,
on a Linux server, i have a Icalendar program : web calendar viewer(PHP), it containes a directory to put the ICS files to be treated. ics calendars contains events with alarms - every time a specific event alarm is run, it should run VLC with a specific vidéo. th achieve this, alarms have (ACTION:PROCEDURE) and (ATTACH;FMTTYPE=text/php;VALUE=BINARY;file:http://web-site.com/script.php) the script.php contains php code wich run VLC.
the ics files and the php script torun are on the same server.
first, i will install a iCal server on the Linux server (since the icalendar program doesn't seem to run alarm correctly !) i am looking for an open source ical server able to run procedure alarm (because google agenda can't run procedure alarm it only can send emails as a alarm).
then i should be sur i use the correct syntax when i define (ATTACH)
what do you think ?