Open tomonariha opened 2 years ago
カレンダーオブジェクトを作ってエクスポート&アップデートできるはず? そうじゃないと1年分で365日分の回数更新リクエストすることに
=> 無理かも?apiだとinsert_carendar
した後insert_event
で1件ずつ予定挿入のリクエストを送らないといけない。
Googleカレンダーのリクエストはユーザーあたり1秒5回まで(500/100s?)らしい。
https://groups.google.com/g/google-apps-api-japan/c/wyV113ogz5M
現状まとめ
Googleカレンダーを使う上での技術検証。
Googleカレンダーapiのドキュメント「カレンダーとイベント」 https://developers.google.com/calendar/api/concepts/events-calendars
GoogleカレンダーのAPI https://github.com/googleapis/google-api-ruby-client/blob/main/google-api-client/generated/google/apis/calendar_v3