Get All Calendar Items Activity
The Get All Calendar Items activity returns all items from your Outlook calendar.
-
Subject
-
Start Date Time
-
End Date Time
-
Categories
-
Duration
-
Body
-
Attachments
-
Recipients
When you use this activity, you can set the Limit parameter that allows you to restrict the number of items to return. The default value is 100 elements.
This activity returns a table that contains all items from your Outlook calendar. You can see this table if you click the Get All Calendar Items activity in the Tester timeline.

For example, you asked the Get All Calendar Items activity to return 100 elements, but only 86 elements appear on this panel.

You can see that the results are truncated.

This can be due to the fact that you asked the activity to return the elements bodies. Indeed, bodies of the calendar items are truncated to 50 characters under Output Parameters because you only need this data for debug purposes.
However, this does not correspond to the number of elements in the activity output.
If you add a Log Message activity and select calenderItemDetails as message on the Input Parameters panel. You can notice that the activity has returned 100 calender items. The activity output is complete.