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

[CAL-1312] Booking metadata gets lost on reschedule #7867

Closed
zomars opened this issue Mar 21, 2023 · 0 comments · Fixed by #7873
Closed

[CAL-1312] Booking metadata gets lost on reschedule #7867

zomars opened this issue Mar 21, 2023 · 0 comments · Fixed by #7873
Assignees

Comments

@zomars
Copy link
Member

zomars commented Mar 21, 2023

We want to store some metadata in the 'Booking' object. Here are some steps:
We append metadata query parameter to the booking link on our side before sending it to the user;
User opens the link and creates a meeting -> 'booking' is created with metadata object;
User clicks on the "Reschedule" button;
It redirects them to the initial page where they update date of the meeting;
After saving changes metadata disappears from the Booking object.
It happened because the user clicked on the "Reschedule" button they were redirected without including metadata to the link. I see two possible options:
Include metadata to the booking link when rescheduling the event;
Do patch for metadata when updating 'Booking', meaning to merge the previous metadata value with a new one.

From SyncLinear.com | CAL-1312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants