frog0214 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Free/available meeting status turns to busy #700

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set an appointment meeting status in Calendar to available/free by Goohle 
Data api
2. sabe it on Google side
3. meeting status is still busy, though it should be free/busy

What version of the product are you using? On what operating system?
Latest version, windows 7/8

Please provide any additional information below.

Original issue reported on code.google.com by Saller....@gmail.com on 16 Oct 2014 at 3:12

GoogleCodeExporter commented 8 years ago
 //ToDo: Also Track Available Status, but this is not existing in Google Data API --> even not possible to assign free/available Status through Google Data Api
slave.Status = Google.GData.Calendar.EventEntry.EventStatus.CONFIRMED; //--> 
works
slave.Status = Google.GData.Calendar.EventEntry.EventStatus.TENTATIVE; //--> 
doesn't work  

Original comment by Saller....@gmail.com on 16 Oct 2014 at 4:58