Skip to main content

Delete Calendar

AutomatR.GoogleCalendar.Activities.DeleteCalendar

The "Delete Calendar" activity in AutomatR is part of the Google Calendar activities package, allowing automation processes to delete specific calendars from a Google Calendar account. This activity simplifies calendar management tasks, enhancing the efficiency of automation workflows.

Properties

NameDescription
Input
Calendar NameSpecifies the name of the calendar to be deleted from the Google Calendar account. String variables containing the calendar name.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Delete Calendar" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1.

How to use:

  1. Drag and drop the "Delete Calendar" activity onto the workflow.
  2. Configure the properties by specifying the name of the calendar to be deleted.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to delete the specified calendar from the Google Calendar account.

Example: Consider an example where the "Delete Calendar" activity is used to delete a calendar named "Team Meetings" from the Google Calendar:

Delete Calendar:
Display Name: "Delete Team Meetings Calendar"
Calendar Name: "Team Meetings"

In this example, the activity deletes the calendar named "Team Meetings" from the Google Calendar account.