Anil Kumar Pandey
Anil Kumar Pandey

Reputation: 39

Getting mail room calendar using IBM Domino Access Services 9.0.1 (REST service)

I am trying to access the mail room calendar item using Domino Access Service 9.0.1. Able to get the mail box details of user using http:///mail/test.nsf/api/calendar/events . Similarly i want to access the mail room calendar item, how can i do it? Thanks Anil

Upvotes: 2

Views: 688

Answers (1)

Dave Delay
Dave Delay

Reputation: 1320

The Domino calendar service is not designed to read events from the rooms & resources database. If you just want to find out when a room is available, you could use the Domino freebusy service. The freebusy service is a separate REST API available with the extlib from OpenNTF. If you want to read event details from rooms & resources, the Domino data service is an option. As Richard said in the comments section, that could get complicated.

Upvotes: 1

Related Questions