If you are using the html feed from your calendar, then you can only use the options they give you. If you are wanting to have a more customized look then you have to write it on your own. I've got a php solution that can do custom calendars pretty well, but it doesn't have all the kinks worked out yet. Also, it doesn't actually show a calendar - it's more like an event listing.  However it's really only limited to your imagination once you have the necessary data that it pulls for you.

I used this website to start coding:
http://ajax.phpmagazine.net/2006/04/howto_integrate_google_calenda.html

But eventually had to write my own php parser so I could get the data I needed, specifically start and end times for the event. For some reason the _javascript_ couldn't pull values and I was sick of fighting it.

Here is the xml that my php code creates from the google calendar xml:
http://www.mattshouse.org/events/gcalParse.php5

And then here is the end result:
http://www.mattshouse.org/events/events.html

I'm planning on selling the solution, but if you've got some time I'm betting that most people with a little php experience could reverse engineer what I did.

It doesn't do anything too fancy but it can handle weekly reoccuring events and it sorts the events based on their time, not their published date.

--
Darren

On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I would like to embed all 6 of my calendars in a week's view into my
website.  All I seem to be able to do is grab only one of my calendars
at a time and I seem to only be able to view a monthly view.  Any ideas
on how to include all 6 of my calendars and opt for a weekly vs a
monthly view?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi
-~----------~----~----~----~------~----~------~--~---

Reply via email to