ArtisanC
ArtisanC

Reputation: 423

Google Calendar Bug (/basic works but /full doesn't) since this morning

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

Answers (1)

Mike Thibault
Mike Thibault

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

Related Questions