Which PHP calendar will suit my needs? Or build my own?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-06-07T15:13:21Z
Indexed on
2010/06/07
15:22 UTC
Read the original article
Hit count: 184
There are so many web based calendars out there that I'm not sure which will best suit my purposes.
I want to create an events calendar, which I suppose looks and functions in much the same way as google calendar. But users shouldn't need to sign up for a gmail account or a google account. Users of my social network website should be able to create events in the calendar and share it with other friends in their "friend network". In month, year or day views, you can mouse hover events to see a bubble dialog that lists events in detail. People need to pay a monthly fee to use my website (not sure if this prevents me from using google apps).
So is something like Google Calendar the way to go? Or are there other php/javascript calendars out there that already meet my needs? Or will it just save me more time to build my own?
© Stack Overflow or respective owner