Hi,
A call to Mycal.GetListofAllEventsforCalendar(theCal) returns :
(0) -> Title for the event
(1) -> Start date for the ...
(2) -> End date for ...
(3) -->venue/place
(4) --> ????????????????
(5) --> ??????????
(6) --> eventID
what contain list(4) and list(5) ?
Also
a call Mycal.ListExtendedCalendarEntryDetails(liste.Get(6)) to returns :
a map (...and not a list) :
(0) :hasAlarm
(1) :recurRule
(2) :duration
(3) :minutes
(4) :method
(5) :AttendeeName0
(6) :AttendeeEmail0
(7) :AttendeeStatus0
Is it normal to get a '0' ending (5),(6) and (7) ?
Thks in advance

A call to Mycal.GetListofAllEventsforCalendar(theCal) returns :
(0) -> Title for the event
(1) -> Start date for the ...
(2) -> End date for ...
(3) -->venue/place
(4) --> ????????????????
(5) --> ??????????
(6) --> eventID
what contain list(4) and list(5) ?
Also
a call Mycal.ListExtendedCalendarEntryDetails(liste.Get(6)) to returns :
a map (...and not a list) :
(0) :hasAlarm
(1) :recurRule
(2) :duration
(3) :minutes
(4) :method
(5) :AttendeeName0
(6) :AttendeeEmail0
(7) :AttendeeStatus0
Is it normal to get a '0' ending (5),(6) and (7) ?
Thks in advance