trying to add extended properties to calendar objects. I am able to create calendars with the following payload (Ruby syntax, payload is sent as a JSON):
name: bu
I reproduced this for the $expand
case in Graph Explorer. The problem seems to be the =
inside the parentheses. If you URL-encode that to %3D
the query works fine.
$expand=singleValueExtendedProperties($filter%3Did eq 'String {guuid} Name setting_id')
For the $filter
, I reproduce it when doing GET /me/calendars
, but not when doing GET /me/events
. This seems to be a problem with the service (unless the docs are just wrong). Let me check and report back.