chore(fixtures): update 2026 World Cup fixtures for BR (2026-05-19)#29414
Closed
fernandodof wants to merge 4 commits into
Closed
chore(fixtures): update 2026 World Cup fixtures for BR (2026-05-19)#29414fernandodof wants to merge 4 commits into
fernandodof wants to merge 4 commits into
Conversation
…d, and write-a-skill
…ng calendar Fetches Brazil group stage matches from the FIFA API and stores them in data/worldcup-2026-fixtures.json. A new getWorldCupBusyTimes utility reads this file and injects matches as EventBusyDetails into the availability engine, so they appear as blocked slots on the Cal.diy scheduling page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Welcome to Cal.diy, @fernandodof! Thanks for opening this pull request. A few things to keep in mind:
A maintainer will review your PR soon. Thanks for contributing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data/worldcup-2026-fixtures.jsonwith UTC + local kickoff timespackages/features/busyTimes/lib/getWorldCupBusyTimes.ts— reads the fixtures file and returnsEventBusyDetails[]for matches within a requested date rangegetUserAvailability.tsso they appear as busy/blocked slots on the Cal.diy scheduling calendar pageworldcup-fixturesskill to document the Cal.diy availability engine integrationBrazil Group C matches added
Test plan
data/worldcup-2026-fixtures.jsonis valid JSON with correct structure🤖 Generated with Claude Code