You can use the gdata API's to access calendar information. http://code.google.com/apis/calendar/data/1.0/developers_guide_python.html
Sending mail from AE is pretty easy too. http://code.google.com/appengine/docs/python/mail/overview.html If you know Java use Java, if you are familiar with Python use Python. If you are new to programming I would (personally) suggest Python. Robert On Wed, Oct 6, 2010 at 07:56, Juanmi <[email protected]> wrote: > Dear all, > > I am new using Google App Engine, I would like to create an > application using this environment that allows to use for each user > his Google Calendar and the user can create Special Events (with a > Form designed for me). These events trigger Alerts via mail,... > > I don't know if it possible using Google App Engine and what is the > best option for do it (Python or Java). > > Thanks in advance. > > Kind Regards. > > -- > 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. > > -- 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.
