Page 1 of 1

Send Calendar appointment

Posted: Tue Mar 04, 2008 5:26 am
by Ravisankar
Hi All,

I am new to PHP.
How to send a Calendar appointment through PHP.?
It is like sending a mail through PHP.
Is any sample code available for sending appointments?
Please tell me if anyone knows?
Thank you very much.

by
Ravisankar.K

Re: Send Calendar appointment

Posted: Tue Mar 04, 2008 11:19 am
by hawkenterprises
Calendar appointment? Mail through PHP? You will need to be more specific in what you mean, there are many Calendar programs such as iCalendar, phpCalendar, netscape, etc.

A generic answer to your question would be to find the company that produces the software you are looking to use and read their website or call them for information on how to talk to their software, then program your socket to do that.

Re: Send Calendar appointment

Posted: Wed Mar 05, 2008 6:28 am
by Ravisankar
Well I want to send a vCalendar or an iCalendar message which is accepted by all mail servers. So it is like additonal headers to an email.

Re: Send Calendar appointment

Posted: Thu Mar 06, 2008 9:36 am
by andym01480
Have a read of the vcal standard http://www.ietf.org/rfc/rfc2447.txt and have a go.