Dear All,

I'm trying to access the Google Calendar (private Calendars) data
using javascript Client Library method. I can access the data and
perform other operations like createEvent, createCalendar ..etc.

I hosted this application in https://force.com - Salesforce (CRM
Solution)

but i'm getting the error as
"https://force.com"; has not been registered  to Google .

To solve the issue..
when the redirection happens after Login.I manually changed the next
parameter as

https://{domainname}.force.com to https://{domainname}.Force.com.

Since This URL is like a Strange URL for the Google. It allows the
access by asking for the permission from USer to access data.
This Solution works well.

But I don't want my User to go and change the URL parameter each time
when he uses this application.
Can any one suggest me other solutions pls..It would be great help :)


I'm not able to set the next parameter during login function in JS

 function LogMeIn()
                {
                  // alert("LogMeIn");
                  scope = "http://www.google.com/calendar/feeds/";;
                  google.accounts.user.login(scope);
                }
So..the redirections happens to our current application..
Is there any option to set the next parameter ?

Thanks,
Sudha.R


-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html

Reply via email to