On Fri, Feb 27, 2009 at 10:37 PM, Adnan <[email protected]> wrote: > > Hi > > We have an In house ticketing system and wants to ingrate Google > Calendar with it. Ideal Scenario will be: > > > 1- A Visual GUI of Calender which will show all details of a User > Calender(either Javascript Calender or PhP). > > 2- When a user creates a ticket, an event should be generated in > user's Calender. > > 3- When a user creates an event within Calendar( which is integrated > on our web) then it creates an event as well as ticket on same date > time. > > > Are these things possible? > > pls let me know > > Thanks
Yes, it's possible. You can use AuthSub or OAuth to get access to a user's calendar data from your website. We then provide a read/write feed of the data in XML. However, you'll ultimately be responsible for displaying the calendar data in a meaningful way and implementing any custom logic. -- 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 -~----------~----~----~----~------~----~------~--~---
