Is it possible to associate a sql server database with a google calendar i.e. have the calendar read from and update the db?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to take a look through the google developers guide for their calendar. It appears that you would have to have some type of application to create specific xml from your database that can be set with a ‘post’ method to google and retrived with a ‘get’ method for dislaying.
Just looking at the sidebar here on Stackoverflow, it seems that a lot of people have asked about the google calendar application, and you maybe able to find a lot more information by searching the related questions.
Good luck with your project, and hope this helps some.