Hi Garrett,
Each App Engine applications requires that you explicitly sign in to any given App Engine account so that application can access your User account credentials.
However, since your application uses Google Accounts, when you sign in to an App Engine application, you also sign in to your Google Account. This will allow you to access Google Services that use Google Account authentication (like calendar and Gmail) with out having to sign in explicitly to those services.
-Marzia