I am trying to figure out a way to track a meeting request's (generated through workflow) response. I have a form that generates a meeting request, and then a loop that retrieves calendar items within a date range, and creates a variable with the meeting response and logs it back to the item but it doesn't seem to work.
Is this the correct approach? It would be nice to be able to query for the status of a single calendar item based on it's ID vs. all calendar items. Any guidance would be appreciated.