Anil Kumar Pandey
Anil Kumar Pandey

Reputation: 39

Create a meeting or calendar item using Domino Data Service(REST service)

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

Answers (1)

Alexey Zimarev
Alexey Zimarev

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

Related Questions