I've a Mac server which I'm using to host my website. I created a web page using PHP which is basically used to create appointments. The page allows user to select date and time of appointment and clicks submit button to post it to server. I'm able to receive the selected values on server end.
Now I want to write apple script or create automator action which will create an entry in my iCal from the data received through PHP page.
How can I create appointments in my mac serve ical with the details I'm receiving in PHP page? Am I thinking in the right way to user apple script or automator to add appointment to my ical?