I got 3 lines(let's call them A,B & C) and I want to be able to update an existing meeting in line A to a new date and time.
The problem is, that if there is 2nd meeting already booked in that time frame, I want to be able to use line B or C for the update without loosing my meetingId.
If I try to do an update while logged into line B the meeting Id does not exist so I get an error, if I delete the meeting from line A and create another in line B, my meetingId will be lost.
Any suggestions?
Thank you