Log in

View Full Version : Live Date Script



FyshY25
09-26-2007, 04:33 AM
I have a great script idea for the great programmers of Dynamic Drive. Take the Live Date Script (http://www.dynamicdrive.com/dynamicindex6/clock3.htm) and have it also display your schedule of that time. Like it would say

Today’s date it
Wednesday, September 26, 2007 12:13:49 pm
Now I am (In Class)

Maybe have it run off an another html file, or even better your Google calendar

I have little programming if any. But I think some one would be up to the challenge

TimFA
09-26-2007, 11:28 PM
You could just code it into the JavaScript. Although I probably couldn't do it, to make it run form Google Calender I KNOW I couldn't do, anyways, good idea.

djr33
09-27-2007, 12:07 AM
Not too hard.

Integrating with google calendar would be near impossible, because you can't access that database. It would need to log on as you, get the html output, interpret it.... etc.

Best to use another calendar script perhaps or use a simple array. Just set each hour to a value, and you're done.

Or you could have it check if there is a value or for the closest value on some sort of calendar system, but that would be more complex.

You'd probably need some AJAX (dynamic loading of server scripting) to make this work for interaction with a database.

tech_support
09-27-2007, 09:15 AM
Try having a look at this: http://code.google.com/apis/calendar/overview.html