I want to create Task in Google Calendar using Google Calendar API.Using C#.
Looking for some sample codes.
I want to create Task in Google Calendar using Google Calendar API.Using C#. Looking
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.
UPDATE (6/25/2014): here is a link to the Google App Tasks API
Unfortunately, there is no API for the Tasks feature in Google Calendar. While the Calendar Data API is pretty extensive, the Tasks team hasn’t released an API yet.Many people, including you, have requested such an API, but Google hasn’t done anything to fill the gap yet. There are many posts on the Data API group about this, such as this one.However, Google might release one into the wild soon. Until then, if you really need to use Tasks, you’re going to have to do screen-scraping. In other words, you have to investigate how the GCalendar UI works and mimic interaction with it.
Some people have probably approached this problem and created screen-scraping libraries. After searching a little bit, I haven’t found a C# one. If you do decide to take this approach, please create an open-source library for the benefit of others who want to accomplish such a task.
Good luck!
UPDATE (5/26/2011) – There is a new Google Tasks API, released just a few weeks ago. Here are the docs. Good luck!