Send Calendar appointment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ravisankar
Forum Newbie
Posts: 9
Joined: Tue Mar 04, 2008 5:12 am

Send Calendar appointment

Post 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
User avatar
hawkenterprises
Forum Commoner
Posts: 54
Joined: Thu Feb 28, 2008 9:56 pm
Location: gresham,oregon
Contact:

Re: Send Calendar appointment

Post 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.
Ravisankar
Forum Newbie
Posts: 9
Joined: Tue Mar 04, 2008 5:12 am

Re: Send Calendar appointment

Post 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.
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: Send Calendar appointment

Post by andym01480 »

Have a read of the vcal standard http://www.ietf.org/rfc/rfc2447.txt and have a go.
Post Reply