Hi fb, On Mon, Apr 12, 2010 at 2:27 AM, fb <[email protected]> wrote:
> Hi, > > I'm considering using Google app engine as the platform for the new > 'version' of an application I'm working on. Without boring all with > the details, its an application used by medical professionals and part > of it is making appointments in a diary and sending letters to > patients based on templates. Based on this my questions are: > > 1. Regarding making appointments, I want to utlize using Google > Calendar. Is there a way I can show the users calendar as part of my > own app? > Certainly - check out http://code.google.com/apis/calendar/ > 2. For letters I want to have the google docs integrated again within > my app like the calendar. Is this possible? > We don't currently provide a way to embed docs inside your app, if that's what you're inquiring about. You can access details on a user's documents with the Documents List Data API: http://code.google.com/apis/documents/overview.html > 3. Users will of course have to have a google account and log in using > that. Is it easy to only allow certain users access (obviously I don't > want anyone with a google account to be able to use my app) > You can limit authentication to a specific Apps domain, or build your own whitelist. > 4. Is there any way that the app could be used offline (no internet > connection) > Certainly - you can do this using Gears or HTML5 the same way you would any other (non-App Engine) app). -Nick Johnson > > Thanks! > fb > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
