Calendar 365

The Calendar 365 activity enables you to automatically perform some of the operations related to Microsoft Calendar 365 services such as create event, modify event, cancel event and so on.


Default calendar, Group calendar or calendars specific to the logged in user can be used to perform the supported operations.

 

Using Calendar 365 Activity   

  1. Make sure the prerequisites for using Office 365 activities are met.
  2. Create a new process.
  3. In the Canvas Tools pane, click Office 365 Services to expand the tool and view the associated activities.
  4. Drag the Calendar 365 activity inside the Application activity block of Office 365 type. 

    The validation error symbol disappears once you enter the mandatory fields in the required format.

  5. From the Access Token dropdown list, select the argument holding the access token retrieved using the OAuth activity.

     

    NOTE:  

    The access token can be retrieved either from the Oauth activity present in the same or in another process workflow. For more information, see OAuth Activity.
  6. Select the IsGroupCalendar checkbox, if you want to perform automation using a Group calendar.
     

    NOTE:  

    Group calendars do not support the Client Credential Oauth flow type. Hence, if the IsGroupCalendar checkbox is selected, the IsClientCredFlow checkbox is disabled.
  7. Select the IsClientCredFlow checkbox, if the access token is obtained using the ClientCredential OAuth flow type. The Client Credential OAuth flow type uses identity of the application itself (instead of any user) to obtain the access token. The application permissions are granted directly to the application by an administrator.
  8. From the IsClientCredFlow dropdown list, select the argument holding the administrator’s details who can grant the application permissions. You can provide either the user Id or the User Permission Name (UPN).
     

    NOTE:  

    UPN is the email Id used to login to the Azure portal while user Id is the corresponding unique identifier mapped with the UPN. For example, robinwaltson@testoncloud.onmicrosoft.com.
  9. In the Output list, select the argument to store the result. The argument should be of Out Direction.
  10. The instructions related to the specific features differs depending upon the selected feature.
    Click the appropriate link to know the details.
  1. Configure the above steps specific to the required feature and save the process.
  2. Click Test Run if you want to test run the process to verify the desired output.



    Post execution, the relevant output gets generated.

    For more information regarding test run, setting up environment, debugging a process, refer Process Management section.