On Jan 8, 2009, at 10:06 PM, Shilpa wrote: > > Thanks Trevor for the reply ... > > The concern i have is the API pulling data from a user's Google > Calendar account. We do not want that ..... The idea is to have google > calendar like interface to display data specific to our application. > Users logging into our application might not even have a gmail account > or if even if they do the idea is not to have their google calendar > details imported for display. > > Google Calendar API does support creating a new calendar, creating new > events, update/deleting the events but for a new Calendar, when a new > event entry is created where will that be stored ? On the google > server other than having the details of that event in our > application's DB ? We do not want our applications data to go public. > > Calendar Visualization (CalVis) also i guess aims to present data from > Google Calendar account but with customizable user interface (UI) > feature. > > Thanks in advance > Shilpa
Shilpa, You can indeed create a new calendar via the API, and when creating events you can pick which calendar the event data should be added to. However, in all cases the data will be stored on Google's servers. It sounds like you really just want to implement your own calendar interface from scratch. -- 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 -~----------~----~----~----~------~----~------~--~---
