In order to create an exception, you would need to modify (via PATCH) the instance you want to become the exception.
If you do:
GET /me/events/{event-id-of-master}/instances?startDateTime={start}&endDateTime={end}
You get back a list of instances in the recurrence that fall between start
and end
. You'll notice that each instance has it's own ID. Using that ID, you PATCH the instance just like patching any other non-recurring event:
PATCH /me/events/{id-of-instance}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…