Skip to main content

Get Calendar

AutomatR.GoogleCalendar.Activities.GetCalendar

The "Get Calendar" activity in AutomatR is part of the Google Calendar activities package, enabling automation processes to retrieve specific calendar information from a Google Calendar. This activity streamlines the retrieval of calendar details, enhancing the efficiency of automation workflows.

Properties

NameDescription
Input
Calendar NameSpecifies the name of the calendar for which you want to retrieve details. 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 "Get 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.
Output
ResultOutputs the result as a Calendar variable, which can be utilized in other subsequent activities. The variable contains detailed information about the specified calendar. Variables of relevant types (e.g., Calendar variables) to store the retrieved calendar information.

How to use:

  1. Drag and drop the "Get Calendar" activity onto the workflow.
  2. Configure the properties by specifying the name of the calendar for which you want to retrieve details.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to retrieve detailed information about the specified calendar.

Example: Consider an example where the "Get Calendar" activity is used to retrieve details about a calendar named "Work Calendar":

Get Calendar:
Display Name: "Retrieve Work Calendar"
Calendar Name: "Work Calendar"
Result: workCalendarDetails

In this example, the activity retrieves detailed information about the "Work Calendar" and stores it in the Calendar variable "workCalendarDetails" for further use in the workflow.