If you use outlook then you know how you can create a meeting request and send it to different people and that shows up on their calender. I am trying to do the same idea by sending the request to a person via Php. I am no sure if I can send the request using mail() somehow. I want the email sent and a meeting request to go on the other party's calendar.
How can I do this using php?
Thanks