Page 1 of 1

how to add events to our own outlook calender in php

Posted: Tue Apr 08, 2008 7:39 am
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

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

Posted: Tue Apr 08, 2008 8:17 am
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.