On Fri, Oct 17, 2008 at 9:33 AM, sshamilt <[EMAIL PROTECTED]> wrote: > > I want to use the Google calendar on my website for both the calendar > view and for the events view but I want to supply the data file from > my server, not creating a calendar with Google. In other words the > information will come from a local database. > > I did something similar with Google Maps, by creating the marker file > on my server and "pointing" the map to that. > > Can I do this with Calendar? If so, can someone point me to the format > of the data file and the embeddeable link format needed for that?
It would be incredibly difficult, and definitely not something we support. My recommendation is to either (1) use the Calendar API to synchronize your database with Google Calendar, (2) output your calendar as an iCal file and import it by URL into Google Calendar, or (3) modify CalVis (http://code.google.com/p/calvis/) to work with your database instead of the Calendar AI. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
