プライバシーポリシー
Week Summary / 最終更新日 2026年9月24日
概要
Week Summary(以下「本アドオン」)は、Google カレンダーの予定を読み取り、週ごとの集計をカレンダー上に表示する Google Workspace アドオンです。本アドオンの開発者は noda koshiro(個人)です。
本アドオンは、独自のサーバーを持ちません。処理はすべて Google Apps Script 上で実行され、利用者の予定の内容が開発者や第三者に送信されることはありません。
取得する情報
本アドオンは、集計のために利用者の Google カレンダーから次の情報を読み取ります。
- 予定のタイトル
- 予定の説明
- 予定の開始日時および終了日時
- 終日予定かどうか
- 利用者自身の参加ステータス
読み取りの対象は、表示中の週とその前週の範囲に限られます。他の期間の予定、他の利用者の予定、および既定以外のカレンダーの予定は取得しません。
利用目的
取得した情報は、タグごとの件数、合計時間、合計金額を算出し、カレンダーのサイドバーに表示するためにのみ使用します。他の目的には使用しません。
要求する権限と理由
https://www.googleapis.com/auth/calendar.addons.execute
本アドオンを Google カレンダー上で実行するために必要です。この権限では予定の内容は取得しません。
https://www.googleapis.com/auth/calendar.readonly
集計対象の予定を読み取るために必要です。読み取り専用であり、予定の作成、変更、削除は行いません。
情報の保存
予定の内容は保存しません。カレンダーのサイドバーを開くたびにその場で読み取って集計し、表示が終われば破棄されます。
利用者が設定した集計対象のタグは、Google Apps Script の利用者プロパティに保存されます。これは Google の基盤上で利用者ごとに分離して保持されるもので、開発者が参照することはできません。本アドオンをアンインストールすると削除されます。
第三者への提供
取得した情報を第三者に提供、販売、譲渡することはありません。広告、プロファイリング、機械学習モデルの学習に使用することもありません。
Google ユーザーデータの取り扱い
本アドオンによる Google ユーザーデータの取得および利用は、Google API Services User Data Policy に準拠し、同ポリシーの Limited Use 要件を遵守します。
お問い合わせ
本ポリシーに関するお問い合わせは support@nodakoshiro.com までご連絡ください。
変更
本ポリシーを変更する場合は、このページを更新し、最終更新日を改めます。
Privacy Policy (English)
Week Summary is a Google Workspace Add-on that reads Google Calendar events and displays a weekly summary inside Calendar. It is developed by noda koshiro, an individual developer.
The add-on operates entirely within Google Apps Script and does not use any server owned by the developer. Event content is never transmitted to the developer or to any third party.
Data accessed
For each event in the current and previous week, the add-on reads the title, description, start and end time, all-day flag, and the user's own attendance status. It does not access events outside that range, events belonging to other users, or calendars other than the user's default calendar.
Purpose
This data is used solely to calculate per-tag counts, total durations and total amounts, and to display them in the Calendar sidebar.
Scopes requested
calendar.addons.execute is required for the add-on to run
inside Google Calendar. calendar.readonly is required to
read the events being summarized. The add-on never creates, modifies
or deletes events.
Storage
Event content is not stored. It is read, aggregated and discarded each time the sidebar is opened. Tag settings chosen by the user are stored in Google Apps Script user properties, isolated per user on Google's infrastructure and inaccessible to the developer. They are removed when the add-on is uninstalled.
Sharing
No data is sold, transferred or disclosed to third parties, and none is used for advertising, profiling, or training machine learning models.
Limited Use
Week Summary's use and transfer of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements.