-
Notifications
You must be signed in to change notification settings - Fork 3
fix: handle collective multiple host on destinationCalendar #3
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
base: enhance-collective-scheduling-foundation
Are you sure you want to change the base?
fix: handle collective multiple host on destinationCalendar #3
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
User description
PR #3
PR Type
Enhancement, Bug fix
Description
Transform
destinationCalendarfrom single object to array to support multiple host destinations in collective bookingsUpdate calendar service implementations to handle array-based destination calendars with credential matching
Refactor event manager to process multiple calendar references and credentials for team events
Add credential ID parameter to
createEventmethod for proper calendar selectionDiagram Walkthrough
File Walkthrough
18 files
Change destinationCalendar to array typeUpdate destinationCalendar property to arrayAdd credentialId parameter and handle array destinationsProcess multiple calendar references and credentialsHandle array destination calendars with credential matchingExtract first destination calendar from arrayExtract main host destination calendar from arrayHandle array-based destination calendars in iCalCollect team destination calendars for collective eventsProcess multiple calendar references for deletionConvert destination calendar to array formatConvert destination calendar to array formatConvert destination calendar to array formatConvert destination calendar to array formatConvert destination calendar to array formatConvert destination calendar to array formatExtract main host destination calendar from arrayConvert destination calendar to array format1 files
Update test expectations for array destination calendar1 files
Fix conditional logic for billing configuration1 files
Refactor import statement organization1 files