Questions tagged [project-web-addins]

3 questions
2
votes
1 answer

Execution policy error by running "yo office" in office add-in generator Yeoman

I wanted to use yeoman to create an add-in for the office with angular. After installing requirement tools like nodeJs, angular, yeoman, generator-office in power shell, I have tried to run this code yo office But I have been got this error: yo :…
0
votes
1 answer

MS Project office addin

I am trying to create a MS project addin, Following this link, I created a sample addin for Project using yeoman and import the addin, but addin is stuck at "Please sideload your add-in to see app body". It seems Office does not hit the "Ready"…
-1
votes
1 answer

How can I get all tasks from Microsoft Project Professional using Add-in?

I did try using the Office.context.document.getSelectedDataAsync(), but I need to click in the row to get the data from the task. I need to get all tasks without clicking using Javascript inside the Add-in Project.