how to add events to our own outlook calender in php

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
padma525
Forum Newbie
Posts: 3
Joined: Tue Apr 08, 2008 7:34 am

how to add events to our own outlook calender in php

Post by padma525 »

hi

i want to add the selected events in my outlook calender.
i want to be done those functionality in php.
pls help me
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Re: how to add events to our own outlook calender in php

Post by Rovas »

1) You have to make an calender using the time function of php. Why to calculate the days, months and hours for an event.
2) You to have an database that links the events with the date and time of day. You might use an xml file or MySQL database.
3) Got to make an interface using forms with post method and different operation implement using either option or select HTML tags.
Post Reply