Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Various Calendar Implementation Steps/Resources #557

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions scubagoggles/baselines/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ To configure the settings for Calendar Interop:
1. Sign in to the [Google Admin Console](https://admin.google.com).
2. Select **Apps -\> Google Workspace -\> Calendar**.
3. Select **Calendar Interop management**.
4. Uncheck the **Enable Interoperability for Calendar** checkbox.
5. Select **Save**.
4. Select **Exchange availability in Calendar**.
5. Uncheck the **Enable Interoperability for Calendar** checkbox.
jkaufman-mitre marked this conversation as resolved.
Show resolved Hide resolved
6. Select **Save**.

#### GWS.CALENDAR.3.2v0.3 Instructions

Expand All @@ -180,8 +181,10 @@ To configure the settings for Calendar Interop:
1. Sign in to the [Google Admin Console](https://admin.google.com).
2. Select **Apps -\> Google Workspace -\> Calendar**.
3. Select **Calendar Interop management**.
4. Select **OAuth 2.0 client credentials**
5. Select **Save**.
4. Select **Exchange availability in Calendar**.
5. Select **Allow Google Calendar to display Exchange users availability**.
6. Select **OAuth 2.0 client credentials**
7. Select **Save**.

## 4. Paid Appointments

Expand All @@ -201,7 +204,7 @@ Appointment Schedule with Payments SHALL be disabled.

### Resources

- [Google Workspace Help: Allow paid appointment schedules in Calendar](https://apps.google.com/supportwidget/articlehome?article_url=https%3A%2F%2Fsupport.google.com%2Fa%2Fanswer%2F13765946&assistant_id=generic-unu&product_context=13765946&product_name=UnuFlow&trigger_context=a)
- [Google Workspace Help: Allow paid appointment schedules in Calendar](https://support.google.com/a/answer/13765946?hl=en)

### Prerequisites

Expand All @@ -214,5 +217,5 @@ Appointment Schedule with Payments SHALL be disabled.
1. Sign in to the [Google Admin Console](https://admin.google.com).
2. Select **Apps -\> Google Workspace -\> Calendar**.
3. Select **Advanced Settings -\> Appointment schedules with payments**
4. Select **OFF- Blocks users' from adding required payments to their Calendar appointment schedules**
4. Ensure the **Allow appointment schedule users to require payments for booked appointments through their own payment provider accounts** checkbox is unchecked.
5. Select **Save**
jkaufman-mitre marked this conversation as resolved.
Show resolved Hide resolved
Loading