José Antonio Calvo 2668bc313c oc-calendar: Fix event invitations for optional attendees
Outlook sets recipient type of Required attendees as MAPI_TO and
optional ones as MAPI_CC, so the fix is just to not only iterate
over the "to" list of recipients but also the "cc" one. We're
also setting the proper iCal value for this case (OPT-PARTICIPANT
instead of REQ-PARTICIPANT)

In [MS-OXOCAL] Section 2.2.4.10.7 says the recipient type is 0x01
as Required and 0x02 as Optional and other documents such as
[MS-OXCMSG] 2.2.3.1.2 indicates that MAPI_TO is 0x01 and MAPI_CC
is 0x02, that's why is stored in 'to' and 'cc' respectively.
2015-03-18 18:18:46 +01:00
2014-03-20 14:18:03 -04:00
2015-01-28 15:16:21 -05:00
2015-01-30 11:08:43 -05:00
2015-01-22 13:31:31 -05:00
2014-12-16 12:36:08 -05:00
2015-01-30 11:03:38 -05:00
2015-01-30 11:08:43 -05:00
2014-12-16 12:36:08 -05:00
2015-01-30 11:08:43 -05:00
S
Description
No description provided
226 MiB
Languages
Objective-C 67.9%
JavaScript 14.6%
Rich Text Format 9.7%
SCSS 2.2%
C 1.5%
Other 4%