i'm running out of ideas on change make exchange accept ical. unfortunately, don't messages indicating wrong. last modification remove rdate tags. thought resolved problem, sample being rejected
begin:vcalendar version:2.0 prodid:-//our/product identifier calscale:gregorian method:reply begin:vtimezone tzid:america/chicago begin:standard dtstart:20151101t010000 rrule:freq=yearly;bymonth=11;byday=1su tzoffsetfrom:-0500 tzoffsetto:-0600 end:standard begin:daylight dtstart:20150308t030000 rrule:freq=yearly;bymonth=3;byday=2su tzoffsetfrom:-0600 tzoffsetto:-0500 end:daylight end:vtimezone begin:vevent created:20150715t195751z dtstamp:20150715t200023z last-modified:20150715t200023z uid:04000ce00800000838bfd0010000008200e0007400000005b000b2561887101a8200000 010045b0263c63e600ced48900c71000645920efd summary:test new event location:office dtstart:20150715t200000z dtend:20150715t210000z organizer;cn=foo;rsvp=true;partstat=accepted;role=chair:mailto:foo@ba r.com status:confirmed transp:opaque sequence:0 end:vevent end:vcalendar it passes online ical validators i've tried. ical generated in response meeting invitation. meeting invitation handled without problem, except ical attachment rejected exchange server.
if reply invitation, should have attendee property corresponding attendee on behalf of whom reply generated, , organizer. see http://tools.ietf.org/html/rfc5546#section-3.2.3 full list of mandatory fields in reply.
it looks mixing organizer , attendee here:
organizer;cn=foo;rsvp=true;partstat=accepted;role=chair:mailto:foo@bar.com assuming foo@bar.com attendee replying, should instead have
attendee;cn=foo;rsvp=true;partstat=accepted;role=chair:mailto:foo@bar.com and should have organizer same value in invitation.
you may want show original invitation trying reply there other properties linked original invitation.
Comments
Post a Comment