Festivo (Independent Publisher) (Preview)

Festivo Public Holidays service contains holidays in 250+ countries, states and regions around the world. You can filter holidays by the ISO code for the country or state.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://getfestivo.com/
Privacy policy https://getfestivo.com/legal/privacy
Categories Lifestyle and Entertainment

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring The API Key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

List available countries

Retrieves a list of currently supported countries and states along with their ISO codes.

List holidays

Retrieves a list public holidays and observances for countries, states and provinces.

List available countries

Retrieves a list of currently supported countries and states along with their ISO codes.

Parameters

Name Key Required Type Description
Cpde
code string

The ISO 3166-1 alpha-2 country code.

Returns

Name Path Type Description
array of object
Name
name string

The country name.

Alpha Code
codeAlpha2 string

The ISO 3166-1 alpha-2 country code.

Is Supported
isSupported boolean

Whether is support.

Languages
languages array of string

The languages.

List holidays

Retrieves a list public holidays and observances for countries, states and provinces.

Parameters

Name Key Required Type Description
Country
country True string

The ISO 3166-1 alpha-2 country code.

Year
year True integer

The 4-digit year.

Month
month integer

The 1 or 2 digit month identifier (MM or M).

Day
day integer

The 1 or 2 digit day identifier (DD or D).

Language
language string

The ISO 639-1 language code (default: en). Please note not all countries have their holiday names available in different languages.

Before
before boolean

Return only holidays before given date (default: false).

After
after boolean

Return only holidays after given date (default: false).

Public
public boolean

Return only public holidays.

Timezone
timezone string

Convert start and end date and time according to the passed timezone.

Returns

Name Path Type Description
Holidays
holidays array of object
ID
holidays.id string

The identifier.

Name
holidays.name string

The name of the holiday or observance. Format: YYYY-MM-DD.

Date
holidays.date string

The date that the holiday actually occurs. Format: YYYY-MM-DD.

Observed
holidays.observed string

The date that the holiday is observed on. Example, some countries move holidays that land on a weekend to the following Monday. Often times, this value may be the same as date.

Substitute
holidays.substitute boolean

Whether the substitute holiday is another working day off work that is designated to replace a public holiday.

Start
holidays.start string

The start date and time in specified timezone of the holiday. Alterable by timezone parameter. Format: YYYY-MM-DD HH:ii:ss.

End
holidays.end string

The end date and time in specified timezone of the holiday. Alterable by timezone parameter. Format: YYYY-MM-DD HH:ii:ss.

Type
holidays.type string

The specific holiday type that this holiday has been recognized as.

Public
holidays.public boolean

Whether or not the holiday or observance is a public holiday.

Country
holidays.country string

The ISO 3166-1 alpha-2 code for the country that the holiday is for.

Subdivisions
holidays.subdivisions array of string

The ISO 3166-2 codes for states or provinces that the holiday is for.