> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/apps-integrations/google-calendar.md).

# Googleカレンダー

Sesami は予約を Google カレンダーに同期するため、チームは個人の予定と並べて予約を確認できます。

## 仕組み

* Sesami は各リソースごとに Google カレンダー内に個別のカレンダーを作成します
* 予約は **閲覧のみ** のイベントとして表示されます — キャンセルや再スケジュールは Sesami から行う必要があります
* **双方向同期**: Sesami のイベントは Google カレンダーに表示され、Google カレンダーのイベントで「予定あり」とマークされたものは Sesami での空き状況をブロックします
* 同期されるのは現在および将来のイベントのみです — 過去の予約は同期されません

## Google カレンダー同期を有効にする

{% stepper %}
{% step %}
リソースに Gmail アドレスを追加する

Google カレンダー同期を有効にする前に、リソースの Email フィールドに有効な Gmail アドレスが設定されていることを確認してください。

Sesami → Resources → \[リソースを選択] → Basics に移動し、Gmail アドレスを入力して Save をクリックします。

{% hint style="info" %}
**注:** Google カレンダー同期は Gmail アカウントのみ対応しています。Outlook、Yahoo、カスタムドメインなどの他のメールプロバイダーは接続できません。
{% endhint %}
{% endstep %}

{% step %}
Google カレンダーを接続する

Advanced → Google Calendar Sync に移動し、Send Calendar Invite をクリックします

同じ Gmail アカウントを使って Google の認証手続きを完了します。&#x20;

要求されたすべての権限を許可してください。
{% endstep %}

{% step %}
完了

そのリソースの予約が Google カレンダーに表示されるようになります。
{% endstep %}
{% endstepper %}

<div><figure><img src="/files/ea05cf0e88e32860bcc2aa529b50e475ef01233a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0f3d1ed37cc58c19fe2c77f40053dafd08182d13" alt=""><figcaption></figcaption></figure> <figure><img src="/files/393b8d5dbf8769305330279d367a8f8d78838c7a" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
各リソースは **一意の** Gmail アドレスに接続する必要があります。同じメールアドレスを複数のリソースに同期することはできません。
{% endhint %}

## Google カレンダーから空き状況をブロックする

Google カレンダーを使って Sesami で時間をブロックするには:

1. イベントを **メイン カレンダー** に作成します（「マイカレンダー」内）
2. イベントのステータスを **予定あり**

{% hint style="info" %}

* に設定します。「その他のカレンダー」内のイベントは **セザミの空き状況を** ブロックしません
* 「予定なし」とマークされたイベントは **セザミの空き状況を** Sesami の空き状況をブロックします
  {% endhint %}

## リソース間でカレンダーを共有する

管理者やマネージャーがすべての予約を一か所で確認する必要がある場合:

1. **カレンダーを集約する**: 各リソースに Google カレンダーを Sesami に接続してもらい、その後 [Google カレンダーの共有](https://support.google.com/calendar/answer/37082) を使って各カレンダーを中央アカウントと共有します
2. **Zapier で自動化する**: Zapier を使って [Google カレンダー間でイベントをコピーし](https://zapier.com/apps/google-calendar/integrations/google-calendar) 予約が他のチームメンバーのメイン カレンダーに表示されるようにします

{% hint style="info" %}
カレンダー共有と Zapier 連携は Sesami の外部で管理されます。設定のサポートは可能です — ご連絡ください <help@sesami.co>.
{% endhint %}

## トラブルシューティング

* **予約が表示されませんか？** Google サインイン時にすべての権限が許可されたことを確認してください。切断してから再接続してみてください。
* **Apple デバイスに同期されませんか？** 参照: [macOS、iOS での Google カレンダー](/ja/apps-integrations/google-calendar/google-calendar-with-macos-os-x-ios-iphone-ipad.md)

## 関連

* [macOS、iOS（iPhone/iPad）での Google カレンダー](/ja/apps-integrations/google-calendar/google-calendar-with-macos-os-x-ios-iphone-ipad.md) — Apple デバイスとの同期を修正する
* [リソースの空き状況](/ja/yu-yue/availability/resource-availability.md) — リソースのスケジュール管理
* [通知メール](/ja/tong-zhi/notification-emails.md) — メール内のカレンダーイベント（.ics）添付ファイル


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sesami.co/ja/apps-integrations/google-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
