function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
zchenzchen 

Google AuthSub

I read "Buiding a google calendar Mash-up with force." and installed that package.
at Security Controls ==> Remote Proxy Settings
 
var scontrol_url = window.location.href;
window.location.href =
"https://www.google.com/accounts/AuthSubRequest?" +
"next=" + escape( scontrol_url ) +
"&scope=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F&session=1&secure=0";

This part seems not working

After login my google account, page returned the following message.

The page you have requested cannot be displayed. Another site was requesting access to your Google Account, but sent a malformed request. Please contact the site that you were trying to use when you received this message to inform them of the error. A detailed error message follows:

Does anybody have the same problem?

Please help. thanks.




Message Edited by zchen on 04-04-2008 10:06 AM
zchenzchen

Google Calendar Mash-up 1.0


http://www.salesforce.com/appexchange/detail_overview.jsp?id=a033000000369gA

Ron HessRon Hess
now you can install the Google Calendar app for salesforce, check it out.
zchenzchen
Thank you.