Looking for the correct application

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
swanley007
Forum Newbie
Posts: 5
Joined: Mon Aug 14, 2006 9:27 am

Looking for the correct application

Post by swanley007 »

Hello All;

I am looking for an application that will be a php written calendar. I need it to be compatible with icalendar. It will need to be able to display and allow the user to edit the icalendar from the web app. What price...FREE!

Any Ideas let me know.


Thanks!
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

I believe the Drupal Event Module is ICal compatible --- I think.
User avatar
jwalsh
Forum Contributor
Posts: 202
Joined: Sat Jan 03, 2004 4:55 pm
Location: Cleveland, OH

Post by jwalsh »

iCal uses XML to store data... hence, anything is iCal compatible :)

Same with iTunes, iPhoto, etc...
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Seeing as Google is returning results when users search, I ran across this...

http://www.macupdate.com/info.php/id/9224

It came from a Google search for 'PHP Calendar iCalendar'.
Post Reply