We are adding a custom property using
customProps.set("otherProp", "value");
customProps.saveAsync(saveCallback);
As mentioned in the documentation, this works fine in a normal meeting but when we do the same in a recurring meeting, the properties are not stored in exchange. Next time if we open the meeting again the custom properties are not found. Is there any work around to save custom property to a recurring meeting instance.