我有一个活动的与会者列表,我想根据与会者显示不同的信息。如何为每位与会者的每个事件副本添加扩展属性。
答案 0 :(得分:0)
event resource包含与会者列表。
"attendees": [
{
"id": string,
"email": string,
"displayName": string,
"organizer": boolean,
"self": boolean,
"resource": boolean,
"optional": boolean,
"responseStatus": string,
"comment": string,
"additionalGuests": integer
}
],
扩展事件
的属性目前,只有extend properties才能举办活动参与者以外的活动。
{
"extendedProperties": {
"private": {
"petsAllowed": "yes"
}
}
}
回答您无法将扩展属性添加到活动的与会者。