[ django, Google Calendar API ]
"You need to have writer access to this calendar." エラー解決方法
Google Calendar API のサービス アカウントで発行した鍵の json ファイルを開く。
client_email ' ' から始まる行のクォーテーションの間のアドレスをコピーする。
service-account@ で始まるアドレスを連携させたいカレンダーの
設定と共有 > 特定のユーザーとの共有にペーストし追加する。
参考にしたサイト
https://youtu.be/YuDm-U9fOa4?t=28
https://kosuke-space.com/google-calendar-api-python
Discussion