Hello Nato, It is true that there is a limit to the number of calendars a user can own. Though the limit is quite high, it is unrecommended to use such a design as the more calendar a user own, the slower the requests will get for this user.
Publishing your calendar using an ical feed could be a solution as a user can subscribe to such a feed in the Google Calendar web UI. For your first idea (adding events to a user own calendar), this can work as long as you only modify events that have been created by your application. Using this approach, syncing won't delete events created by your user. However, edit made by the user on events created by your application might be deleted and user should be warn by adding a text in the event's description or title for example. Best, Alain On Wed, Jul 13, 2011 at 7:40 AM, NatoCM <[email protected]> wrote: > Each user must have a specific calendar. I can create all calendars under > my application's admin account, and share them with each user, but I believe > that there is a limit to number of calendar an account can own. Do you know > anything about this limit? > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
