- Issue created by @danrod
- 🇨🇦Canada danrod Ottawa
I was able to fix the Event Creation issue, it seems like this error was likely caused by permission issues in my Google Calendar.
I added conditions to check the return value (check for errors) from Google after saving the event and I didn't have any issues this time.
- 🇨🇦Canada danrod Ottawa
I'll move it to "Needs Review" for a bit, seems fixed to me.
- 🇨🇦Canada danrod Ottawa
I'll move to "Fixed" for now, if anyone still have issues creating events please let me know and I'll re-open the issue.
- 🇮🇹Italy Vincenzo Gambino
I am just having this issue right now.
I can pull the content but I can't create them. - 🇨🇦Canada danrod Ottawa
Hi @vincenzo gamino , are you having this same issue?
Google\Service\Exception: { "error": { "errors": [ { "domain": "calendar", "reason": "requiredAccessLevel", "message": "You need to have writer access to this calendar." } ], "code": 403, "message": "You need to have writer access to this calendar." } } in Google\Http\REST::decodeHttpResponse() (line 134 of /var/www/html/vendor/google/apiclient/src/Http/REST.php).