I am generating ics/iCal files for events in a Web app and emailing them to users to add to their calendars. This part works great
I would like to require a response in the ics files and then capture their responses. I was under the impression I can specify a URL to my Web app in the ics file. Then I can parse the email and attendee status from the response format.
Is something like this possible? I can't find any ics documentation to handle something like this.
Thanks!