Since Calendar and Meeting class reference each others, we have to be explicit on the way the library must deal with conflicts. In this case, the solution is to update the other object when there is a change.
It should partially fix #223
Looks good to me.
rebased onto 714e3c63ed9baa7b120a00fae5d19b6f54852b2b
i am really surprised we didnt hit this issue.
Pull-Request has been merged by humaton
Since Calendar and Meeting class reference each others, we have to be
explicit on the way the library must deal with conflicts. In this
case, the solution is to update the other object when there is a change.
It should partially fix #223