On Sat, Jun 4, 2016 at 5:50 PM, Ankush Mishra <[email protected]>
wrote:

>  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] 
> <[email protected]>
> ORGANIZER;CN=admin:mailto:[email protected] <[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()?
>

I would say: yes


>
> 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?
>

NULL room doesn't make sense, appointment special room need to be
created/parsed;


>
> --
> Ankush Mishra
>
>


-- 
WBR
Maxim aka solomax

Reply via email to