Good Morning,
This is my first post here, so please forgive me if my formatting is incorrect.
I have an issue with the Google Apps Calendar API, the tutorial seems easy enough, but it keeps throwing a (403) Forbidden error when I try to use it. I mean I'm using it literally right from the tutorial. I know it has to be something simple I'm missing, but your constructive thoughts would be appreciated.
CalendarResourceService customerVisit = new CalendarResourceService("Domain name", "Apps");
customerVisit.setUserCredentials("DomainAdmin", "AdminPassword");
AppsExtendedEntry entry = customerVisit.RetrieveCalendarResource("Large Conference Room");