我的(较小的)公司有一个现有的 Google Apps 部署,用于电子邮件/日历等。
我正在研究 SharePoint 设置(最有可能是 2010 年)。最好的功能之一是可以将新事件添加到 Outlook 日历中、可以自动发送电子邮件等。当然,这在 Exchange 中开箱即用效果最佳。
我知道我可以通过 SharePoint 的 OpenID 提供程序添加我自己的 OpenID 登录系统,并使我的用户进入该系统。
我的问题是,有人可以推荐最好的方法来确保事件自动进入 Google Apps 系统上的用户日历和电子邮件吗?
这将使我们能够部署 SharePoint,而不必担心首先将我们的电子邮件系统迁移到 Exchange(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!
发布评论
评论(4)
我的经验是 Outlook 集成是通过用户的客户端而不是交换服务器进行的。交换服务器不知道SharePoint,至少在我一直使用它的场景中是这样。
我不熟悉 Google Apps,但如果您的用户已经在 Outlook 中,那么您可能没问题。无论如何,Outlook 中的 SharePoint 日历显示为另一个日历(与正常的 Exchange 相关)日历。
电子邮件不应该成为问题,因为 SharePoint 前端/Web 服务器通过您指定的任何 SMTP 发送电子邮件。
希望有帮助。
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.
电子邮件不会成为问题 - SharePoint 发送的警报与交换无关。
在 Outlook 中打开的日历实际上并未与 Outlook/Exchange 日历完全集成。 Outlook 只能从多个位置打开日历并排显示,因此即使使用 Exchange,您也可能无法准确获得所需的内容。
对于谷歌日历集成,您可能会发现这篇文章很有用:http://community.bamboosolutions.com/blogs/mashpoint/archive/2009/01/26/how-to-render-sharepoint-list-data -来自-a-google-calendar.aspx
Email won't be a problem - there's nothing exchange-specific about the alerts sent by SharePoint.
Calendars opened in outlook are not actually fully integrated with the outlook/exchange calendar. Outlook is simply able to open calendars from multiple locations for side by side display, so you may not get exactly what you are looking for even with exchange.
For google calendar integration you may find this post useful: http://community.bamboosolutions.com/blogs/mashpoint/archive/2009/01/26/how-to-render-sharepoint-list-data-from-a-google-calendar.aspx
此难题的一部分是如何设置 SharePoint 传出电子邮件。
如果您已经有 smtp 服务器,那么没问题 - 但如果没有,您将无法让 SharePoint 直接发送到 mail.gmail.com(或您的任何域),因为 SharePoint 无法提供 google 要求的身份验证。
解决方案是使用 IIS SMTP 服务器作为 SharePoint 和 Gmail 之间的中继。
http://fmuntean.wordpress.com/2008/10/26/how-to-configure-iis-smtp-server-to-forward-emails-using-a-gmail-account/
One part of this puzzle is how to setup SharePoint outgoing email.
If you already have a smtp server then no problem - but if not you can't get SharePoint to send directly to mail.gmail.com (or whatever your domain is) as SharePoint can't supply the authentication that google demands.
The solution is to use IIS SMTP server as a relay between SharePoint and Gmail.
http://fmuntean.wordpress.com/2008/10/26/how-to-configure-iis-smtp-server-to-forward-emails-using-a-gmail-account/
我们尝试了 Shetab SharePoint Live 身份验证解决方案,该解决方案也可以与其他 OpenID 提供商(例如 Google 和 yahoo)配合使用,这是一个更具可定制性和有趣的解决方案,其中最好的一点是可以防止用户输入无效电子邮件,因此我们的 SharePoint 警报不会发送垃圾邮件用于不需要的用途。安装全部自动化
http://www.shetabtech.com/english/SharePointLiveAuth
We have tried Shetab SharePoint Live Authentication solution that work with other OpenID provider such as Google and yahoo too, much more customizable and interesting solution, the best of it that prevent users to enter invalid e-mails so our SharePoint alert does not send spam mails to unwanted uses. Installation are all automated
http://www.shetabtech.com/english/SharePointLiveAuth