jiayizhg / smart-meeting-system

1 stars 1 forks source link

Unable to send multiple json data to calendar.vue #44

Open YuminWang18 opened 9 months ago

YuminWang18 commented 9 months ago

Describe the bug In scheduling.vue, despite users inputting email addresses of the attendees, the system encounters difficulty transmitting each and every email address to calendar.vue for further processing.

Expected behavior In scheduling.vue, the user inputs email addresses of the attendees, and the system should be able to pass each and all email addresses to calendar.vue for the purpose of fetching and displaying the respective calendars of each attendee within the calendar interface. This allows the system to retrieve and display schedules, events, or availability from multiple attendees' calendars simultaneously in the calendar.vue component.