Ok..This is what we are doing in our application..We have a page in our application where the user can save To Do's....like reminders.....When these are added into our database , our application requires that the same To Do has to be added as an event to the google Calendar..This application will be used by insurance agents...The application as a place where the user will save his google user id and password...I am using these user Id's and passwords to actually add the To Dos as events to the google calendar...I have used the calendarService object and set the UserCredentials using its setUserCredentials property..then i declared an "entry" event and added the event to the google calendar...Now this is where the requirement that i asked you about comes into play...The application has a page where we will display the users google calendar with all his events since we already store the user's google userid and password in the database....This is only to VIEW all his events in the google calendar...So we thought we'd embed the google calendar...but its not dynamic....then we thought we'd use the public URL that google calendar for every user to display his calendar..but there is a disadvantage....Only if the user's google calendar settings has the public access enabled can he view his calendar by using this url..not everybody's settings will have the public access enabled.....and finally we thought we should use the AuthSub way....i always thought we could display the calendar using this method and that we could have cookies or tokens so the user wouldnt have to login until the cookie expires...etc..etc....I hope this makes sense to you....I dont know if what i did was right or wrong ..but this is what i thought i should do....Please let me know if you have any solution to this.....
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
