I found a very interesting calendar script and I'm trying to figure out how to integrate it into my Drupal site. Take a look at http://www.trinitywallstreet.org/congregation/ . Look at the worship schedule. How can I implement something like this on my own site?

Comments

WorldFallz’s picture

Looks to be some custom jquery from what I could tell. You could either reverse engineer it with firebug or see if you can find an existing jquery calendar widget that is similar.

miketor’s picture

I searched everywhere and couldn't find anything similar. So there's no module for drupal like this at all? If not, I guess I'll try firebug. Thanks

WorldFallz’s picture

There are calendar widgets, but not that output in that format that I know of. You might be able to theme it the way you want though.