Reputation: 423
I'm creating some software for a client and am integrating Google Calendar.
The following URL (the 'full' one) worked yesterday but has suddenly stopped working this morning.
The settings are set to public and everything as it should but it now just responds with a 403.
The funny thing (and bug) is this URL works:
https://www.google.com/calendar/feeds/artisan.codesmith%40gmail.com/public/basic
But this doesn't (the only difference is the basic/full part):
https://www.google.com/calendar/feeds/artisan.codesmith%40gmail.com/public/full
--
The problem is I need to use the /full URL in order to get the functionality required for this calendar.
Thanks for any help you can all provide!! :)
Upvotes: 4
Views: 578
Reputation: 213
Google Calendar API v2 has been deprecated and was shut down this morning: https://developers.google.com/google-apps/calendar/v2/reference
Upvotes: 4