heiglandreas/holidayChecker

View on GitHub
share/CI.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<holidays xmlns="https://heigl.org/holidays"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://heigl.org/xml/xsd/holidays.xsd"
>
        <resources>
                <resource href="https://en.wikipedia.org/wiki/Public_holidays_in_Ivory_Coast" lastChecked="2022-10-27">Wikipedia</resource>
        </resources>

    <date day="1" month="1" free="true">New Year's Day</date>
        <easter offset="1" free="true">Easter Monday</easter>
    <date day="1" month="5" free="true">Labour Day</date>
        <easter offset="40" free="true">Ascension Day</easter>
        <easter offset="50" free="true">Whit Monday</easter>
    <date day="7" month="8" free="true">Independence Day</date>
    <date day="15" month="8" free="true">Assumption Day</date>
    <date day="1" month="11" free="true">All Saints Day</date>
    <date day="15" month="11" free="true">National Peace Day</date>
    <date day="25" month="12" free="true">Christmas Day</date>

        <!-- islamic holidays -->
        <date day="12" month="3" calendar="islamic-civil" free="true" comment="Birthday of the Prophet Muhammad">Mawlid</date>
        <date day="27" month="9" calendar="islamic-umalqura" free="true" comment="Revelation of the Qur'an">Qadr Night</date>
        <date day="1" month="10" calendar="islamic-umalqura" free="true" comment="Breaking of the Ramadan fast">Korité</date>
        <date day="10" month="12" calendar="islamic-umalqura" free="true" comment="Feast of the Sacrifice of the prophet Abraham">Tabaski</date>
</holidays>