I want to pass res_partner_ids in the URL to the calendar view, so that when a user selects a time slot, a popover opens with the selected partners pre-filled.
For example, if I go to:
http://localhost:8069/odoo/calendar?res_partner_ids=5,6,7
I'm redirected to the default URL: http://localhost:8069/odoo/calendar
Then, when I'm on the http://localhost:8069/odoo/calendar page and open the calendar event popover when I select a time, I want it to automatically include the partners from res_partner_ids in the list of attendees.