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

Feature: Full Schedule Support in Calendar Subscriptions #3289

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

mastercactapus
Copy link
Member

@mastercactapus mastercactapus commented Sep 19, 2023

Description:
This PR introduces full schedule configuration support to GoAlert. With this change, users can now generate a calendar subscription that includes all team members' shifts for a specified schedule. This enhances visibility and allows easier management of on-call schedules in external calendar applications like Google Calendar.

Existing subscriptions can be changed to enable or disable this feature.

Which issue(s) this PR fixes:
Fixes #3061

Out of Scope:
No items are considered out of scope for this PR.

Screenshots:
image

Describe any introduced user-facing changes:
A new fullSchedule field has been added to the calendar subscription options. When enabled, the calendar event label changes from "On-Call <App Name>: <Schedule Name>" to "<User Name> On-Call <App Name>: <Schedule Name>". This option includes shifts for all users on the schedule, not just the current user.

Describe any introduced API changes:

  • Added fullSchedule field to the calendar subscription API.

Additional Info:
This feature was developed in response to community feedback and similar requests over time.

Copy link
Contributor

@Forfold Forfold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mastercactapus mastercactapus merged commit 625d5e7 into master Oct 6, 2023
@mastercactapus mastercactapus deleted the calsub-full-schedule branch October 6, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for full schedule calendar subscription
3 participants