A user will have to sign in and grant your application the permission to access his/her calendar data. This should be a one-time process since you can exchange the token that gets returned for a long-lived session token and persist this in the datastore, associated with the user, so you can just fetch it later and access the calendar without prompting the user to re-sign in.
- Jason On Wed, Sep 9, 2009 at 2:07 AM, Cornel <[email protected]> wrote: > > Hello! > > I am trying to build an application in which a customer should be able > to put a reminder on a note, that he added to an entity within the > application (e.g. "remind me to call this guy/company on Monday at > 9:15" or "note to myself: log in again at 16:00 to see it there have > been any changes in this article"). That way the customer will be > notified (by e-mail, for example) at the precise moment. > > I could use a cron job that periodically (every 5 minutes let's say) > searches though "Reminder" enitities in the datastore and sends e- > mails accordingly. > > But it would be nicer if could integrate Google Calendar with app- > engine, thus not re-inventing the wheel. The problem i stumbled across > while doing this is the fact that i need the persons password to write > a new event in his calendar. Is there a way that he can grant > permission to the application to modify his calendar for this purpose? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
