How to add bccRecipients in calender event

Interview 1 Reputation point
2022-05-17T16:27:44.977+00:00

I am trying to add bccRecipients inside the calender create event api. where I read something in eventMessage there is this option but my code is ready for calender event.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Srinivasa Rao Darna 6,686 Reputation points Microsoft Vendor
    2022-05-17T18:02:39.81+00:00

    Hi @Interview ,

    Event attendee type accepts only required, optional, resource values, required will be considered as To, optional will be considered as cc. Event cannot have bcc participants.

    https://learn.microsoft.com/en-us/graph/api/resources/event#properties

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment"

    0 comments No comments