Microsoft Office Planner
To work with a team, start with Planner in the browser, the mobile app, or in Teams. Create a new plan. Select + New Plan and Add to an existing Office 365 Group. Or, if your organization allows you to, create a new group: Select + New Plan, enter a Plan name, select Create plan, and then select Members. Organize your team’s work. Conquer the work or school week with a schedule planner from Excel. This planner template combines the best features of a calendar and a to do list. Enter your objectives, deadlines and to dos for the week and check them off. Engage with your weekly goals and tasks by using this weekly schedule planner.
- Does Office 365 Include Planner
- What Is Ms Planner
- Microsoft Office Planner
- Microsoft Office Planner 365
Planner provides a simple and visual way for teams to organize their work. Customers can use Planner to create plans, organize and assign tasks, share progress, and collaborate on content. Planner provides several interactive experiences including a task board, a charts page, and a schedule view, as well as integrations throughout Microsoft 365.
Jul 31, 2016 Planner should be available (bear in mind that Planner general availability was announced last June, so it’s still being rolled out WWaccording to Microsoft, Planner roll out should finish in August) in the following Office 365 plans.
Microsoft 365 Planner task board
Why integrate with Planner tasks?
Planner provides task tracking capabilities for collaboration experiences in Microsoft 365. If your scenarios require tracking tasks and organizing work for a team or group of end users, Planner is the right service for you. Planner integration can help you reach the millions of users collaborating on Microsoft 365.
Organize your team’s work
Planner provides a shared space where you can build a team, create tasks, and assign them to others on the team. Planner makes it easy for everyone to know who’s doing what and if things are on track. You can update tasks with additional information like due dates, progress, and descriptions, and then further organize tasks with customizable buckets and category labels.
Collaborate across Microsoft 365
Planner integrates into collaboration experiences across Microsoft 365. In addition to Planner web and mobile clients, users can view and update Planner plans and tasks from within SharePoint and Microsoft Teams.
Planner itself is also powered by the Microsoft Graph and the Microsoft 365 group service. Files that you upload and attach to Planner tasks are stored in SharePoint. Planner comments are based on Outlook group conversations.
Automate the creation of plans and tasks
Does Office 365 Include Planner
Are you working on repeated process or project type? You can use the Planner API to automate the creation of a plan and a list of tasks.
What Is Ms Planner
Top Planner API tasks
Operation | URL |
---|---|
See all the plans for a group | GET https://graph.microsoft.com/v1.0/groups/{id}/planner/plans |
See tasks in a plan | GET https://graph.microsoft.com/v1.0/planner/plans/{id}/tasks |
See all my tasks assigned to me across plans | GET https://graph.microsoft.com/v1.0/me/planner/tasks/ |
Create a new task | POST https://graph.microsoft.com/v1.0/planner/tasks |
Update a task | PATCH https://graph.microsoft.com/v1.0/planner/tasks/{task-id} |
Delete a task | DELETE https://graph.microsoft.com/v1.0/planner/tasks/{id} |
API reference
Microsoft Office Planner
Looking for the API reference for this service?