Moderator Notice
Masi - I moved this to main forum. If you indicate that you are prepared to develop the external link feature, then it can be moved back to the Development subforum
FWIW - I link Author Notes I keep in Evernote to calibre server Authors pages via commands such as this
Code:
chrome.exe http://my-computer:8083/browse/matches/authors/187
That 187 is the row id in the author table, I think the following would work for a book, where the 1179 is the row id in the book table.
Code:
http://my-computer:8083/browse/book/1179
Maybe you can wrangle something via calibre-server to get to the books. As far as opening a book at specific a page - that depends on what reader you use.
BR