I am writing google docs with several people at the same time and in order to track who has to do what, I am using comments.
Each part of the document is then assigned to someone and he has to update the status of his part in the comment (in a structured format).
Thanks to a Macro in VBA, I extract this and put the results in a spreadsheet.
It's then easy to track the status of the document.
It's something easy to do in MS Word but not in Google docs. I can't find any way to access the comments from a google app script.
Do you know if such way exist?
Something like Document.getBody().getComments()
.
If you have any solution, I would be happy to know as I can't anything on the net.
Drive.Comments.list
, you can see at stackoverflow.com/questions/22600843/… – Tanaike