There are several different ways to integrate the calendar into your website, depending on what functionality you're looking for.
At the most basic level, there's the embedding functionality which even has a creation tool GUI to make it easy: http://calendar.google.com/support/bin/answer.py?answer=41207 This is done via an iframe that you include in your site. If you want a custom solution and want to write a bit more code, you can also using the Google Calendar Data API and write custom code that is used to display events on your site. See: http://code.google.com/apis/gdata/calendar.html Google has C# and Java libraries available for your use. Zend has also published a PHP library. Numerous other libraries have been developed by the industrious community. Best of luck and happy coding! -Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
