0 votes

Is there a way to just get the X-RESPONSE-COMMENT section from an iCal REPLY message:

Example:
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=TENTATIVE;CN=John
Smith;X-NUM-GUESTS=0;X-RESPONSE-COMMENT="Will be 15 min late":mailto:john.smith@example.com

by (410 points)

1 Answer

+1 vote
 
Best answer

We'll add this property to the Participant class in the next release.

Right now you can use Event.GetHeaders("ATTENDEE") to get all participant headers and then use PdiHeader.GetKeyParameter("X-RESPONSE-COMMENT") to get the value of this parameter.

by (297k points)
selected by
New version has been released: https://www.limilabs.com/mail/download
...