Hello,
I am trying to develop an iPhone app, which can read your google calendar events inside the app (not via the Apple iCal - App).
Therefore I need to connect to the google CalDav Server and retrieve a list of events.
I tried both of them and I did replace calid by my calenderId. Further my calendar is public.
Unfortunately it doesn't work! The first URL returns a method not allowed error while the second URL returns a Not Found error.
Any suggestions what I should do to solve this issue?
Are manual requests to the CalDav server still allowed since api version 3?
Thanks in advance
Alex