0

My problem: I use Google's CalDAV APIs to read and write on the Google calendar. It works fine on all calendars but the user's primary calendar. Reading works fine on the user's primary calendar (calendar id is the same as that user's email address), but when I try to write (with a PUT request) I get an HTTP error response with status 403 (need-privileges)

I use scope calendar, task an cardav;

Thanks for you help

Damien

hnh
  • 13,957
  • 6
  • 30
  • 40
Damien
  • 1
  • 1
  • What does "I use scope calendar, task an cardav" mean? – hnh Jul 29 '16 at 17:31
  • @hnh he probably means the scopes he used to acquire an OAuth2 access token. – Marten Jul 30 '16 at 16:30
  • Thanks for you answer. I found the problem : when I recovered the calendar with the " PROFIND " function, the first returned agenda was the holidays calendar, which is not editable. This problem was not met when I interviewed a secondary calendar because the ID is specific, and so i recovered the good calendar. – Damien Aug 04 '16 at 11:13

0 Answers0