Hi Martin,
as announced elsewhere: I'm hacking a bit the OXtender for TB and one pending issue is getting confirmations work properly. The implementation there (using simply the 'users' array) is pretty broken and might be a historical stuff from ox5 or whatever. Looking at the HTTP API docs in oxpedia, I'm still a bit confused how to do it properly. I see following 3 arrays there:
221 'users': basically list of participant with type and mail
220 'participants': also a kind of participant list, but this time no type info, but with confirmation status and message included
226 'confirmations': hmm, seems like participants but no IDs, just external users ?
Huh ? What is this all about ? Why are there 3 separate arrays, could you please give more detailed explanation ?
Another question: if I try to use action=update and try change the confirmation using e.g. the 'participants' array data, nothing happens (I can change other stuff in update). Are these read-only status data ? If yes, why not getting an error code ?
If I look at the 6.18.1 OX Webclient communication, I see it is using a separate action=confirm request. Is that the only way to change the confirmation in OX6 ?
An the last one: can appointment owner himself change his confirmation status in OX6 (this is explicitly prevented in OXtender code with a comment about not being possible in OX6 - which I do not believe) ?
Thanks a lot.
as announced elsewhere: I'm hacking a bit the OXtender for TB and one pending issue is getting confirmations work properly. The implementation there (using simply the 'users' array) is pretty broken and might be a historical stuff from ox5 or whatever. Looking at the HTTP API docs in oxpedia, I'm still a bit confused how to do it properly. I see following 3 arrays there:
221 'users': basically list of participant with type and mail
220 'participants': also a kind of participant list, but this time no type info, but with confirmation status and message included
226 'confirmations': hmm, seems like participants but no IDs, just external users ?
Huh ? What is this all about ? Why are there 3 separate arrays, could you please give more detailed explanation ?
Another question: if I try to use action=update and try change the confirmation using e.g. the 'participants' array data, nothing happens (I can change other stuff in update). Are these read-only status data ? If yes, why not getting an error code ?
If I look at the 6.18.1 OX Webclient communication, I see it is using a separate action=confirm request. Is that the only way to change the confirmation in OX6 ?
An the last one: can appointment owner himself change his confirmation status in OX6 (this is explicitly prevented in OXtender code with a comment about not being possible in OX6 - which I do not believe) ?
Thanks a lot.
Comment