Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query about Programming Language/Scripting

Status
Not open for further replies.

SSonnier

Technical User
Nov 4, 2003
78
US
Here is my general query.

I want to build a web application that will allow users to log in and schedule an appointment with me. I'll also want to handle approving appoinmnets, blocking time slots, opening time slots etc... When a user logs in, I'll want them to be able to see the calendar or schedule and book their times.

What I'd like to know is if anyone has had experience in building an online calendar system. IF so, what language did you write the application in and what type of database did you use?

I'm thinking of using ASP but wondering if Cold Fusion allows for the type of programming I think I'd need.

All thoughts would be welcome!!

Thanks
Sherri
 
a few thoughts:

iCal is the web standard for calendars - however, it's a file format; not a database.

OpenGroupware is an open-source app which includes a calendar feature. Might be worth taking from this

PHPiCAL is a PHP app which lets people VIEW an iCal file online.

You could build this in any of the industry standard languages; ColdFusion is more than capable here.

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top