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
Send Calendar appointment
Moderator: General Moderators
- hawkenterprises
- Forum Commoner
- Posts: 54
- Joined: Thu Feb 28, 2008 9:56 pm
- Location: gresham,oregon
- Contact:
Re: Send Calendar appointment
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.
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.
-
Ravisankar
- Forum Newbie
- Posts: 9
- Joined: Tue Mar 04, 2008 5:12 am
Re: Send Calendar appointment
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.
- andym01480
- Forum Contributor
- Posts: 390
- Joined: Wed Apr 19, 2006 5:01 pm
Re: Send Calendar appointment
Have a read of the vcal standard http://www.ietf.org/rfc/rfc2447.txt and have a go.