azure - Using Office 365 API with only one account -


i trying use office 365 api write events calendars of @ our organization. should not involve users logging in office 365 @ point. events add written out @ various points during day (when user own event may not @ computer), per-user token approach doesn't make sense.

it appears microsoft provides alternative uses service account. account can used write any user's calendar (or sending email user, etc.). however, can't find documentation on doing this. provide link it?

i found blog post on topic: http://blogs.msdn.com/b/exchangedev/archive/2015/01/21/building-demon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow.aspx

also, if aren't using microsoft's client library (for example, if use linux), you'll need see too: office 365 rest api - daemon week authentication


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -