Calendarific - Get holidays

Important: This connector and its actions have been removed from Nintex Workflow and can now be found in Nintex Gallery.

Use the Calendarific - Get holidays action to retrieve the holidays of a specific country for a specific year, month, or day.

For more information about the Calendarific connector, go to Calendarific.

Configure the Calendarific - Get holidays action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  2. Select a Connection. If you do not have a connection, see see Add a connection.
  1. Select the Country.
  2. Specify the Year.

Calendarific - Get holidays action fields and settings

Section

Field

Description

Variable types

(Unlabeled)

Connection

The Calendarific connection to use to retrieve the list of holidays.

To refresh the available connections, click .

(n/a)

  Country Select the country from the list, or use the ISO-3166 country code. See Supported countries for the list of codes. Text, Decimal, Integer, Boolean, DateTime, Collection
  Year The year you want to return the holidays. Calendarific currently supports both historical and future years until 2049. The year must be specified as a number, such as 2019. Integer
  Month Limits the number of holidays to a particular month. Must be passed as the numeric value of the month [1..12]. Integer
  Day Limits the number of holidays to a particular day. Must be passed as the numeric value of the day [1..31]. Integer
  Type

Limits the holidays using the following types:

  • National - Returns public, federal and bank holidays

  • Local - Returns local, regional and state holidays

  • Religious - Return religious holidays: Buddhism, Christian, Hinduism, Muslim, etc

  • Observance - Observance, Seasons, Times

Text, Decimal, Integer, Boolean, DateTime, Collection
Output Holidays

Stores the result of the action as an object. See Calendarific - API Documentation for information on these values.

The following values are returned:

  • Meta: (Object)
    • Code: (Integer)
  • Response: (Object)
    • Holidays: (Collection)
      • Name: (Text)
      • Description: (Text)
      • Country: (Object)
        • ID: (Text)
        • Name: (Text)
      • Date: (Object)
        • ISO: (Text)
        • DateTime:
        • (Object)
          • Year: (Integer)
          • Month: (Integer)
          • Day: (Integer)
      • Type: (Collection)
      • Locations: (Text)
      • States: (Text)
Object