Sorry if it is a old question. I had read some blog, but wanted to get some advice from experts.
I just started with creating a remote event handler for my project online. I have created a VS2012 project "Apps for SharePoint2013" and included a wcf service (IProjectEventReceiverRemote) and everything is hosted to my Azure and registered the events using a console application.
My question,
1. is it the right way to write a remote event handler for PS Online ?
2. How do we get authenticated/credentials for the projectContext class inside my wcf service? I see there is a class TokenHelper created automatically. but that is working only for sharepoint event handlers. not for project server.
3. Inside a OnCheckInRemote method, i want to access the pwa url. I don't see any property that hold this value. Any idea would make a big difference on my time saving. Thanks in advance.
Thanks, Saravanan PRS