| http://www.w3.org/ns/prov#value | - I am trying to create a google calendar event using curl this is my request but it is not working I have not idea what is the mistake that I am making : curl https://www.googleapis.com/calendar/v3/calendars/{CalID}/events?access_token={access_token} -H Content-Type: application/json -X POST -d '{ end: { "start: { date: 2012-08-01, dateTime: 2012-08-01 22:47:31.893205, timeZone: A
|