Search code examples
sharepointintegrationgoogle-apps

How to Integrate SharePoint 2007/2010 and Google Apps?


My (smaller) company has an existing Google Apps Deployment, used for E-Mail / Calendar, etc.

I'm looking into a SharePoint setup (2010 most likely). One of the best features is that new events are added to one's Outlook Calendar, e-mails can be sent automatically, etc. Naturally, this works best out-of-the-box with Exchange.

I know I can add my own OpenID login system via an OpenID provider for SharePoint and get my users into the system.

My question is, can anyone recommend the best way to go about making sure that events automatically find their way into users' calendars and e-mails on the Google Apps system?

This would enable us to deploy SharePoint without worrying about migrating our e-mail system to Exchange first (Google Apps is more cost-effective for our needs and I'm required to keep it.)

Thanks in advance for any help!


Solution

  • My experience has been that the Outlook integration is via the user's client not the exchange server. The exchange server isn't aware of SharePoint, at least in the scenario's I've been working with it.

    I'm not familiar with Google Apps, but if your users are already in Outlook then you are probably OK. The SharePoint calendar in Outlook shows up as another calendar (not your normal Exchange related) calendar anyhow.

    Email shouldn't be an issue since the SharePoint front end/web server sends the emails through whatever SMTP you tell it to.

    Hope that helps.