Updating event attendees in Calendar list (type 106) #2322
Unanswered
EdAlexander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using pnp in spfx webpart and can create/update/delete event items without issue as long as i don't try to add attendees.
getting error when:
results in alert:
An error has occurred:{"response":{},"status":400,"statusText":"","isHttpRequestError":true}
What do i need to pass to Attendees? userid? email? (i have tried many options including { emailAddress: 'xxx@sldkfjsd.com', name: 'full name',}
Any hints appreciated.
Beta Was this translation helpful? Give feedback.
All reactions