Use Outlook Task API to access tasks stored on user’s mailbox. These REST API’s are  Simple to use.  Supports CRUD.  JSON structured.  OAuth 2.0.

Slides:



Advertisements
Similar presentations
The How of OAuth OAuth Hackathon – Six Apart
Advertisements

Attie Naude 14 May 2013 Windows Azure Mobile Services.
 They’re available in Exchange Online  Great for simple sharing and distribution list archiving in Outlook  Site Mailboxes and SharePoint are better.
Patterns & practices Symposium 2013 Windows Azure Active Directory Vittorio
1 Trillion Azure AD authentications since the release of the service 50 M Office 365 users active every month >1 Billion authentications every.
Services Course Set Up a Student Group Project Participant Guide.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Cloud app Cloud app Cloud app Separate username/password sign-in Manual or semi-automated provisioning Active Directory App Separate username/password.
Lesson 5: Using Tasks, Notes and the Journal
A Product of Copyright © ANGLER Technologies AURA – Quality Compliance Monitoring & Process Management System.
OFFICE 365 C&G USER TRAINING. PRESENT BY MICROSOFT SOLUTION ENTERPRISE SECTION.
Microsoft Outlook Web Application (OWA)
Advanced User Guide to Outlook and all its features.
VBE easy VBE Release – New Features Available From 2 October 2006.
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Presenter: John Tkaczewski Duration: 30 minutes February Webinar: The Basics of Remote Data Replication.
DASISH Web Annotation Framework DWAN Annotator front- and backend November 2013, Nijmegen.
Office 365 Platform Flexible Tools Each Office 365 Workload API required different Authentication.
CollectionSpace Service REST-based APIs June 2009 Face-to-face Aron Roberts U.C. Berkeley IST/Data Services.
North Carolina Agricultural and Technical State University Outlook for Notes Users Preparing for the Office365 Migration.
Mail Attender for Exchange Technical Overview Presentation Introduction Sherpa Software Group Narrated by Thomas Hand Approximate Time 15 minutes.
 Most current version 1.3  Will review some basic and advanced portions of the software  Only have 50 minutes including questions  Please write down.
Microsoft ® Office SharePoint ® Server 2007 Training SharePoint calendars II: Connect a SharePoint calendar to Outlook Bellwood-Antis School District presents:
08 | Advanced Features Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Outlook 2013 & 2010 Lync Messanger. Outlook 2013 Ribbon Navigation Pane Message View Reading Pane Tabs Status Bar.
DM_PPT_NP_v01 SESIP_0715_JR HDF Server HDF for the Web John Readey The HDF Group Champaign Illinois USA.
Outlook Basics. Technology and Tools Microsoft Outlook Basics to Manage Your Days – management – Calendar management – Task management 11/28/20152.
NASA SensorWeb AIP-5 Kick-off User Authentication & Licensing Pat Cappelaere Vightel Stu Frye SGT Dan Mandl GSFC Karen Moe GSFC 1.
The SharePoint Shepherd’s Course for End Users Based on the book by Robert L. Bogue Copyright 2011 AvailTek LLC All Rights Reserved.
Jason Henderson Principal Program Manager Microsoft Corporation SESSION CODE: UNC310.
Introducing Event handler Group Name: SEC & ARC Source: FUJITSU Meeting Date: Agenda Item: Device Configuration.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Microsoft ® Office Outlook ® 2007 Training Manage your mailbox II: Understand your choices for storing [Your company name] presents: This slide includes:
Working towards a shared outcome/purpose Working together on shared deliverables Need to get all the tools we need to be successful Working together.
Agenda App running in Outlook Write once, run everywhere Apps run on Outlook, Outlook Web App, and Mobile Outlook Web App. Standards based development.
Database Form Processing Made Easy Chad Killingsworth Web Projects Coordinator.
DICOMwebTM 2015 Conference & Hands-on Workshop University of Pennsylvania, Philadelphia, PA September 10-11, 2015 DICOMweb Workflow API (UPS-RS) Jonathan.
SmartClient for Salesforce – Office 365 Excel Solution Walk-through.
“Discovering institutions that work for poor people” APPP Sharepoint training 30 July – 1 August 2008: CDD, Accra, Ghana “Discovering institutions that.
SSN to Single-Member LLC EIN Conversion Training Overview.
New v2.0 Auth model to authenticate and authorize to Outlook.com APIs and the Microsoft Graph  Same OAuth2 protocols work for both consumer and commercial.
Redmond Protocols Plugfest 2016 Sudhi Ramamurthy Excel Integration using Microsoft Graph APIs Program Manager.
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED ADMINISTRATION.
Overview Authentication & Authorization  Open ID Connect for single sign on  OAuth2 for user & admin consent Office 365 AND outlook.com Easy to use,
Google Drive to Microsoft OneDrive Migrations Overview of how to migrate from Google Drive to OneDrive.
11 | Managing User Info Jeremy Foster Michael Palermo
Windows 7 Ultimate To Load Click Simulation PPSX
Microsoft /11/ :36 PM BRK3046 Build Intelligent Line-of-Business Applications Leveraging the Outlook REST APIs Venkat Ayyadevara Program Manager.
About the To-Do Bar in Outlook
SMTP SMTP stands for Simple Mail Transfer Protocol. SMTP is used when is delivered from an client, such as Outlook Express, to an server.
INTERCEPTION APPLICATION
Beyond the BDC\BCS Model
SMTP SMTP stands for Simple Mail Transfer Protocol. SMTP is used when is delivered from an client, such as Outlook Express, to an server.
9/18/2018 4:42 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Azure AD Line Of Business Application Integration
APIs and Synchronization
Migration for students
WEB API.
Microsoft Connect /15/2018 3:03 AM
Business Office Manager Training The ACH Process in 7 Steps
SIF 3.x Concepts & Terms, xPress & RicOne API
SharePoint Online Authentication Patterns
Outlook 2007 & Google Apps Sync
PitchBook For MS Dynamics Plugin
Microsoft Build /22/2019 5:32 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
2/23/2019 4:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Administrator’s Manual
INSTRUCTOR NOTES/LINKS
Links Launch Outlook Launch Skype Place Skype on Do Not Disturb.
Presentation transcript:

Use Outlook Task API to access tasks stored on user’s mailbox. These REST API’s are  Simple to use.  Supports CRUD.  JSON structured.  OAuth 2.0 supporting.  Available for both Office 365 and consumer mailboxes. Overview

What is an Outlook Task  A task is an item that you create in Outlook to track until its completion.  A task can occur once or repeatedly. >A recurring task can repeat at regular intervals, or it can repeat based on the date that you mark the task complete. Outlook Task How is Outlook Task organized  Folder group  Folder  Tasks

Authentication and Authorization  Open ID Connect for single sign on  OAuth 2 for user and admin consent Outlook Task API Permissions required  Tasks.Read  Tasks.ReadWrite

Notification  Get notification for create, update, delete of tasks Notification, Sync, Batching support Sync  Support full sync and incremental sync  Sync possible on >Task folder >Task entity Batching  Combining multiple REST API calls into a single POST request

Related content