Hi, I am developing a web app in which I use AuthSub for authentication. After the user is authenticated, i show him his calendar which i have embedded in a iframe ( the one whose source is available in calendar settings... <iframe src="http://www.google.com/calendar/hosted/ xyz.com/embed?src=abc%40xyz.com&ctz=America/Los_Angeles" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> )
When, the user logs in via normal Google Account ([email protected]), the corresponding embedded calendar is displayed successfully.... But when a user logs via a Apps account , the embedded calendar displays a error ... "Events from one or more calendars could not be shown here because you do not have the permission to view them" Also, when i open the actual calendar ( http://www.google.com/calendar/hosted/xyz.com) in a new tab, the calendar opens up successfully, showing the user has been successfully authenticated in the previous step (AuthSub). Now, after opening up this calendar, if i go n refresh the my web app page, the embedded calendar shows up without any error. After careful observation, i found that when the user logs in via AuthSub in a Apps account, 3 cookies are created, and when i do open the actual calendar (http://calendar.xyz.com) in a diff tab, 5 new cookies are created, which help the embedded calendar to display successfully after this opening up... Also, in an normal google account, when user logs in via AuthSub, all the cookies are created....(some 8-9) at that time only,,,,, Is this a bug in the embedded calendar for Apps account??? or am I missing something?? Please help me.... Thanks in advance... --~--~---------~--~----~------------~-------~--~----~ 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://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
