Reputation: 39
I am trying to book a mail room using Domino Data service.Can anybody please guide me in which form i have to create a document? I am using 9.0.1 of Lotus Domino.
Upvotes: 1
Views: 853
Reputation: 19640
Domino Access Services provides a special API for calendar. You need to use the Calendar events POST (available since 9.0.1, which is you are using) as described in the documentation
JSON event representation is also described here with samples.
Upvotes: 1