I was wondering for parsing ATTENDEEs and Organizer. Should I map them
to MeetingMembers and the Owner of the Appointment can be the Organizer,
if that exists. But right now from analyzing the code, for iCal, all we
get is something like this:
ATTENDEE;ROLE=CHAIR;CN=admin:mailto:[email protected]
ORGANIZER;CN=admin:mailto:[email protected]
where CN is the User.login, and mailto, is the email. We can from what I
see in UserDao.getbyEmail(), can give you the user related to it. But,
assuming the email address doesn't exist, should I create new contact by
using UserDao.getContact()?
Also, with regard to Appointment Rooms, since, this detail is never
placed, except for the URL in the description, should I leave
Appointment.room as null, or try to parse that link into a roomId or
something?
--
Ankush Mishra