Application with Accessibility for Blind People

I am about to start developing an application, which requires accessibility for blind people. It will be a front-end to google calendar for blind people. Can I do this in C#? Does .NET provide accessibility? I want to read the information from screen readers(e.g. JAWS), a software that uses voice to interpret what is written on the screen. Any good suggestions from anyone on where to start? I've only found stuff about web accessibility...

Thank you in advance!