Hi, I am guessing you are asking for using Google Calendar as the backend infrastructure to create this dynamic calendar application. I would think the answer is yes that you can pretty much design anything you want on top on the API. If in doubt, play with the calendar.google.com webapp, basically most of features of hte webapps are enabled via the API as well. The thing that may require some work for your application to work is to figure out the "available" timeslot, which is something Google Calendar doesn't provide. But you do have information of all the "scheduled" events, you just find the inverse of that algorithmically to find the open slots. For more information on the API protocol, please go to -
http://code.google.com/apis/calendar/developers_guide_protocol.html Hope that helps, Austin On Wed, Jun 18, 2008 at 6:14 PM, kade <[EMAIL PROTECTED]> wrote: > > I want to design a dynamic calender application. The owner of the > calender is able to easily indicate available time slots, and then > users can sign-up for timeslots on the calendar. Users can cancel > appointments with automatic notification to the owner. This > application needs to be integrated into a standalone website not > necessarily hosted by Google. Is Google Calender the right tool for > this application ? any other suggestions ??? > > thanks > kunle. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
