- To Do List Microsoft Teams
- To Do List Microsoft Word
- To Do List Microsoft Suite
- To Do List Microsoft Word Template
- To Do List Microsoft 365
Set yourself up for success with My Day, intelligent and personalized suggestions to update your daily to do list. Manage your to do list online A truly cross platform task manager. Whether you're at home or on the go you can access your task list and stay organized. Just tap or click the list group icon to the right of +New List to create a new list group. This will create a group with the name “Untitled group”. To rename it, just tap or click to select “Untitled group” and begin typing the new group name. To add lists to a group, click. The calendar software you need most is here! Numerous extended functions on the calendar: weather, to-do lists, reminders, desktop floating windows, allowing you to easily handle schedule-related information, just need to be completed in one software! You can view all calendars, and view all schedules or reminders in the 'day', 'week' or 'month' view, including the 'year' view, and add what you.
Shared to do lists help keep you connected with friends, family and colleagues. Make managing tasks easier Break tasks down into simple steps, add due dates, and set reminders for your daily checklist to keep you on track. Ready to get more done in Microsoft 365? With the To Do List app, all you need to do is enter all the necessary tasks and activities including the due date. Once it is done, it will go to the pending section. Aside from that, it will also show those tasks that are in progress at the moment and also those which are already finished.
-->Microsoft To-Do is an intelligent task management app that makes it easy to plan and manage your day. Connect to Microsoft To-Do to manage your tasks from various services. You can perform actions such as creating tasks.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure China regions |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC High) - China Cloud operated by 21Vianet |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://todo.microsoft.com/tasks/ |
Known Issues and Limitations
- Due to Graph API limitations 'Assigned To' field is not populated in operations response
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Frequency of trigger polls | 1 | 120 seconds |
Actions
Add a to-do (V2) [DEPRECATED] | This action has been deprecated. Please use Add a to-do (V3) instead.
|
Add a to-do (V3) (Preview) | This operation is used to create a to-do in the specified to-do list. |
Add a to-do [DEPRECATED] | This action has been deprecated. Please use Add a to-do (V3) instead.
|
Create a to-do list (V2) (Preview) | This operation is used to create a new to-do list. |
Create a to-do list [DEPRECATED] | This action has been deprecated. Please use Create a to-do list (V2) instead.
|
Delete a to-do list (Preview) | This operation is used to delete a specific to-do list. |
Delete to-do (V2) (Preview) | This operation is used to delete a task. |
Delete to-do [DEPRECATED] | This action has been deprecated. Please use Delete to-do (V2) instead.
|
Get a to-do (V2) [DEPRECATED] | This action has been deprecated. Please use Get a to-do (V3) instead.
|
Get a to-do (V3) (Preview) | This operation is used to get the to-do with the given Id. |
Get a to-do [DEPRECATED] | This action has been deprecated. Please use Get a to-do (V3) instead.
|
Get a to-do list (V2) (Preview) | This operation is used to get a specific to-do list. |
Get a to-do list [DEPRECATED] | This action has been deprecated. Please use Get a to-do list (V2) instead.
|
List all to-do's (Preview) | This operation is used to retrieve all to-do's from all lists. |
List all to-do lists (V2) (Preview) | Returns a list of all the to-do lists. |
List all to-do lists [DEPRECATED] | This action has been deprecated. Please use List all to-do lists (V2) instead.
|
List to-do's by folder (V2) (Preview) | This operation is used to retrieve all to-do's from a specific list. |
List to-do's by folder [DEPRECATED] | This action has been deprecated. Please use List to-do's by folder (V2) instead.
|
Update a to-do list (Preview) | This operation is used to update a specific to-do list. |
Update to-do (V2) (Preview) | This operation is used to update a specific to-do. |
Update to-do [DEPRECATED] | This action has been deprecated. Please use Update to-do (V2) instead.
|
Add a to-do (V2) [DEPRECATED]
This action has been deprecated. Please use Add a to-do (V3) instead.
This operation is used to create a to-do in the specified to-do list (defaults to To-Do).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | string | To-do list | ||
Due Date | DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | |
DateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | ||
Start Date | DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | |
Importance | string | Low, normal or high. | ||
Subject | Subject | True | string | Brief description or title of the to-do. |
Status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | ||
Sensitivity | Sensitivity | string | Indicates the level of privacy for the event. | |
Content | html | The content. | ||
Category | Categories | string | Associated with the to-do. | |
IsReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
Returns
A Microsoft To-Do object.
- Body
- ToDoHtml
Add a to-do (V3) (Preview)
This operation is used to create a to-do in the specified to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
Due Date | dateTime | date-time | YYYY-MM-DDThh:mm:ss | |
dateTime | date-time | YYYY-MM-DDThh:mm:ss | ||
Importance | importance | string | Low, normal or high. | |
title | True | string | Brief description or title of the to-do. | |
Status | status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | |
content | html | The content of the item. | ||
Is Reminder On | isReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
Returns
A Microsoft To-Do object.
Add a to-do [DEPRECATED]
This action has been deprecated. Please use Add a to-do (V3) instead.
This operation is used to create a to-do in the specified to-do list (defaults to To-Do).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | string | To-do list | ||
Due Date | DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | |
DateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | ||
Start Date | DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | |
Importance | string | Low, normal or high. | ||
Subject | Subject | True | string | Brief description or title of the to-do. |
Status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | ||
Sensitivity | Sensitivity | string | Indicates the level of privacy for the event. | |
ContentType | string | Text=0, HTML=1 | ||
Content | Content | string | The text or HTML content. | |
Categories | string | Associated with the to-do. | ||
Is Reminder On | IsReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
Returns
A Microsoft To-Do object.
Create a to-do list (V2) (Preview)
This operation is used to create a new to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
displayName | True | string | List name |
Returns
An Microsoft To-Do list.
- Body
- TodoList_V2
Create a to-do list [DEPRECATED]
This action has been deprecated. Please use Create a to-do list (V2) instead.
This operation is used to create a new to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
name | True | string | List name |
Returns
An Microsoft To-Do list.
- Body
- TodoList
Delete a to-do list (Preview)
This operation is used to delete a specific to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Delete to-do (V2) (Preview)
This operation is used to delete a task.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
Delete to-do [DEPRECATED]
This action has been deprecated. Please use Delete to-do (V2) instead.
This operation is used to delete a task.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
Get a to-do (V2) [DEPRECATED]
This action has been deprecated. Please use Get a to-do (V3) instead.
This operation is used to get the to-do with the given Id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
Returns
A Microsoft To-Do object.
Get a to-do (V3) (Preview)
This operation is used to get the to-do with the given Id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
Returns
A Microsoft To-Do object.
Get a to-do [DEPRECATED]
This action has been deprecated. Please use Get a to-do (V3) instead.
This operation is used to get the to-Do with the given Id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id | True | string | To-do Id |
Returns
A Microsoft To-Do object.
- Body
- ToDo
Get a to-do list (V2) (Preview)
This operation is used to get a specific to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Returns
To Do List Microsoft Teams
An Microsoft To-Do list.
- Body
- TodoList_V2
Get a to-do list [DEPRECATED]
This action has been deprecated. Please use Get a to-do list (V2) instead.
This operation is used to get a specific to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id | True | string | To-do list |
Returns
An Microsoft To-Do list.
- Body
- TodoList
List all to-do's (Preview)
This operation is used to retrieve all to-do's from all lists.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
$top | integer | Total number of entries to retrieve (default = 10, maximum = 999). |
Returns
- response
- array of ToDo
List all to-do lists (V2) (Preview)
Returns a list of all the to-do lists.
Returns
List all to-do lists [DEPRECATED]
This action has been deprecated. Please use List all to-do lists (V2) instead.
Returns a list of all the to-do lists.
Returns
List to-do's by folder (V2) (Preview)
This operation is used to retrieve all to-do's from a specific list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
Top Count | $top | integer | Total number of entries to retrieve (default = 10, maximum = 999). |
Returns
List to-do's by folder [DEPRECATED]
This action has been deprecated. Please use List to-do's by folder (V2) instead.
This operation is used to retrieve all to-do's from a specific list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
Top Count | $top | integer | Total number of entries to retrieve (default = 10, maximum = 999). |
Returns
Update a to-do list (Preview)
This operation is used to update a specific to-do list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
Name | displayName | True | string | List name |
Returns
An Microsoft To-Do list.
Update to-do (V2) (Preview)
This operation is used to update a specific to-do.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
dateTime | date-time | YYYY-MM-DDThh:mm:ss | ||
Reminder Date-Time | dateTime | date-time | YYYY-MM-DDThh:mm:ss | |
importance | string | Low, normal or high. | ||
Title | title | string | Brief description or title of the to-do. | |
status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | ||
Content | content | html | The content of the item. | |
isReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
Returns
A Microsoft To-Do object.
- Body
- ToDo_V2
Update to-do [DEPRECATED]
This action has been deprecated. Please use Update to-do (V2) instead.
This operation is used to update a specific to-do.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list | |
To-do task | id | True | string | To-do task |
DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | ||
Reminder Date-Time | DateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
DateTime | date-time | YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (note the time portion will be ignored) | ||
Importance | Importance | string | Low, normal or high. | |
Subject | string | Brief description or title of the to-do. | ||
Status | Status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | |
Sensitivity | string | Indicates the level of privacy for the event. | ||
Content Type | ContentType | string | Text=0, HTML=1 | |
Content | string | The text or HTML content. | ||
Category | Categories | string | Associated with the to-do. | |
IsReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
Returns
A Microsoft To-Do object.
- Body
- ToDo
Triggers
When a new to-do in a specific folder is created (V2) (Preview) | Triggers when a new to-do in a specific folder is created. |
When a new to-do in a specific folder is created [DEPRECATED] | This action has been deprecated. Please use When a new to-do in a specific folder is created (V2) instead.
|
When a new to-do is created [DEPRECATED] | Triggers when a new to-do is created. |
When a to-do in a specific folder is updated (V2) (Preview) | Triggers when a to-do in a specific folder is updated. |
When a to-do in a specific folder is updated [DEPRECATED] | This action has been deprecated. Please use When a to-do in a specific folder is updated (V2) instead.
|
When a to-do is updated [DEPRECATED] | Triggers when a to-do is updated. |
When a new to-do in a specific folder is created (V2) (Preview)
Triggers when a new to-do in a specific folder is created.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Returns
A Microsoft To-Do object.
- Body
- ToDo_V2
When a new to-do in a specific folder is created [DEPRECATED]
This action has been deprecated. Please use When a new to-do in a specific folder is created (V2) instead.
Triggers when a new to-do in a specific folder is created.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Returns
A Microsoft To-Do object.
- Body
- ToDo
When a new to-do is created [DEPRECATED]
Triggers when a new to-do is created.
Returns
A Microsoft To-Do object.
When a to-do in a specific folder is updated (V2) (Preview)
Triggers when a to-do in a specific folder is updated.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Returns
A Microsoft To-Do object.
- Body
- ToDo_V2
When a to-do in a specific folder is updated [DEPRECATED]
This action has been deprecated. Please use When a to-do in a specific folder is updated (V2) instead.
Triggers when a to-do in a specific folder is updated.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
folderId | True | string | To-do list |
Returns
A Microsoft To-Do object.
- Body
- ToDo
When a to-do is updated [DEPRECATED]
Triggers when a to-do is updated.
Returns
A Microsoft To-Do object.
Definitions
ToDo
A Microsoft To-Do object.
Name | Path | Type | Description |
---|---|---|---|
id | string | Unique identifier of the to-do. | |
Created Date-Time | createdDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
lastModifiedDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Categories | categories | array of string | Collection of category names associated with the to-do. |
assignedTo | string | Name of the person who has been assigned the to-do. | |
Content Type | body.contentType | string | Text=0, HTML=1 |
body.content | string | The text or HTML content. | |
Date-Time | completedDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
dueDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Importance | importance | string | Low, normal or high. |
isReminderOn | boolean | True if an alert is set to remind the user of the to-do. | |
Owner | owner | string | Name of the person who created the to-do. |
parentFolderId | string | Unique identifier of the parent folder. | |
Date-Time | reminderDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
startDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Status | status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. |
subject | string | Brief description or title of the to-do. |
ToDoHtml
A Microsoft To-Do object.
Name | Path | Type | Description |
---|---|---|---|
id | string | Unique identifier of the to-do. | |
Created Date-Time | createdDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
lastModifiedDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Categories | categories | array of string | Collection of category names associated with the to-do. |
assignedTo | string | Name of the person who has been assigned the to-do. | |
Content | body.content | html | The content. |
completedDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Date | dueDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
importance | string | Low, normal or high. | |
Is reminder on | isReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
owner | string | Name of the person who created the to-do. | |
Parent folder identifier | parentFolderId | string | Unique identifier of the parent folder. |
reminderDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Date | startDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. | |
Subject | subject | string | Brief description or title of the to-do. |
TodoList
An Microsoft To-Do list.
Name | Path | Type | Description |
---|---|---|---|
id | string | Unique identifier of the to-do list. | |
Name | name | string | Name of the to-do list. |
isDefaultFolder | boolean | True if this is the default to-do list. |
TodoList_V2
An Microsoft To-Do list.
Name | Path | Type | Description |
---|---|---|---|
id | string | Unique identifier of the to-do list. | |
Name | displayName | string | Name of the to-do list. |
wellknownListName | string | Property indicating the well-known list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue. | |
Is owner | isOwner | boolean | True if the user is owner of the given task list. |
isShared | boolean | True if the task list is shared with other users. |
ToDo_V2
A Microsoft To-Do object.
Name | Path | Type | Description |
---|---|---|---|
id | string | Unique identifier of the to-do. | |
Created Date-Time | createdDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
lastModifiedDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) | |
Content Type | body.contentType | string | The type of the content. Possible values are text and html. |
body.content | string | The content of the item. | |
Modified Date-Time | bodyLastModifiedDateTime | date-time | YYYY-MM-DDThh:mm:ssZ (UTC format) |
completedDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ss | |
Date | dueDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ss |
importance | string | Low, normal or high. | |
Is reminder on | isReminderOn | boolean | True if an alert is set to remind the user of the to-do. |
reminderDateTime.dateTime | date-time | YYYY-MM-DDThh:mm:ss | |
Status | status | string | Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. |
title | string | Brief description or title of the to-do. |
I want to download Apache OpenOffice
Download Apache OpenOffice for free, or find out about other ways of getting it.
To Do List Microsoft Word
Recent Blog Posts
7 February 2021:
Announcing Apache OpenOffice 4.1.9
6 January 2021:
New release for Apple's macOS 11 (Big Sur) - Also with fixes for Linux and Windows
10 November 2020:
Announcing Apache OpenOffice 4.1.8
29 October 2020:
300 Million Downloads of Apache OpenOffice
15 October 2020:
The Apache Software Foundation Celebrates 20 Years of OpenOffice®
17 May 2020:
Apache OpenOffice needs your help
22 October 2019:
1.6 million downloads of Apache OpenOffice 4.1.7
21 September 2019:
Announcing Apache OpenOffice 4.1.7
18 November 2018:
Announcing Apache OpenOffice 4.1.6
31 January 2018:
Over 3.2 million downloads of Apache OpenOffice 4.1.5
30 December 2017:
Announcing Apache OpenOffice 4.1.5
19 October 2017:
Announcing Apache OpenOffice 4.1.4
28 November 2016:
Over 200 million downloads of Apache OpenOffice
12 October 2016:
Announcing Apache OpenOffice 4.1.3
28 October 2015:
Announcing Apache OpenOffice 4.1.2
27 September 2015:
Coming soon... Apache OpenOffice 4.1.2
13 May 2015:
Authoring e-Books in Apache OpenOffice
13 April 2015:
Collaboration is in our DNA
31 December 2014:
Apache OpenOffice in 2014: a year in review
Recent News
Apache OpenOffice 4.1.9 released
7 February 2021: The Apache OpenOffice project announces the official release of version 4.1.9. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.8 released
10 November 2020: The Apache OpenOffice project announces the official release of version 4.1.8. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.7 released
21 September 2019: The Apache OpenOffice project announces the official release of version 4.1.7. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.6 released
18 November 2018: The Apache OpenOffice project announces the official release of version 4.1.6. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.5 released
30 December 2017: The Apache OpenOffice project announces the official release of version 4.1.5. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.4 released
19 October 2017: The Apache OpenOffice project announces the official release of version 4.1.4. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.3 released
To Do List Microsoft Suite
12 October 2016: The Apache OpenOffice project announces the official release of version 4.1.3. In the Release Notes you can read about all new bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.2 released
28 October 2015: The Apache OpenOffice project announces the official release of version 4.1.2. In the Release Notes you can read about all bugfixes, improvements and languages. Don't miss to download the new release and find out yourself.
Udine moves to OpenOffice, will save 360,000 Euro
16 September 2014: The City of Udine, in Italy, announced a process that will lead to the installation of OpenOffice on 900 municipal desktops, saving the city 360,000 Euro. ZDNet's Raffaele Mastrolonardo has the details.
To Do List Microsoft Word Template
Apache OpenOffice 4.1.1 released
21 August 2014: The Apache OpenOffice project announces the official release of version 4.1.1. In the Release Notes you can read about all new features, functions and languages. Don't miss to download the new release and find out yourself.
Apache OpenOffice 4.1.0 released
29 April 2014: The Apache OpenOffice project announces the official release of version 4.1.0. In the Release Notes you can read about all new features, functions and languages. Don't miss to download the new release and find out yourself.
100 Million downloads
To Do List Microsoft 365
17 April 2014: The Apache OpenOffice project is proud to tell you that our software was downloaded over 100 million times. Join us in celebrating this big achievement!
Italian region adopts OpenOffice, saves 2 Million Euro
10 October 2013: The Italian administrative region of Emilia-Romagna announced plans to move to OpenOffice, saving 2 million euro.
Volunteers, not Amateurs
8 January 2013: Apache OpenOffice is developed 100% by volunteers. Apache does not pay for developers, for translators, for QA, for marketing, for UI, for support, etc. Of course, we're happy to accept donations to the Apache Software Foundation, to keep our servers runnings and for similar overhead expenses. But our products are developed entirely by volunteers.
Some users are initially worried by this statement:
How can software for free, developed by volunteers, be any good?
Read on for an answer...