locked
google calendar RRS feed

  • Question

  • I am fairly new to Windows Phone development, and I need a way to integrate Google calendar in to a WP 8.1 app.
    Wednesday, April 8, 2015 12:54 PM

Answers

  • Hi Mr_GB,

    To integrate Google Calendar, you need to refer to its official API document, in my experience, its supported platform includes Windows Phone.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Thursday, April 9, 2015 5:53 AM

All replies

  • Hi Mr_GB,

    To integrate Google Calendar, you need to refer to its official API document, in my experience, its supported platform includes Windows Phone.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Thursday, April 9, 2015 5:53 AM
  • The Google .net client library works with Windows phone.

    PM> Install-Package Google.Apis.Calendar.v3

    I don't know of any Google Calendar and windows phone samples but there is a console application sample project

    I cant post links but you can find it on gitHub Google-Dotnet-Samples

    My website has a couple of tutorials to go along with it Google Calendar API C# again I cant post links just try and Google for Google Calendar api and C# should find them.


    good luck

    Monday, June 8, 2015 10:06 AM