














<script>
document.addEventListener("DOMContentLoaded", function () {

    const tabs = document.querySelectorAll(".workshop-tabs li");
    const panes = document.querySelectorAll(".tab-pane");

    tabs.forEach(tab => {

        tab.addEventListener("click", function(){

            tabs.forEach(item => item.classList.remove("active"));
            panes.forEach(item => item.classList.remove("active"));

            this.classList.add("active");

            document.getElementById(this.dataset.tab).classList.add("active");

        });

    });

});

</script>

<script>
    function saveAsPDF() {
        const form = document.getElementById('speakerConsentForm');

        if (!form.reportValidity()) {
            return;
        }

        window.print();
    }
</script>


<script>
document.addEventListener("DOMContentLoaded", function () {
    const iconMap = {
        "fa-linkedin": "fab",
        "fa-facebook": "fab",
        "fa-twitter": "fab",
        "fa-youtube": "fab",
        "fa-instagram": "fab"
    };

    document.querySelectorAll("i").forEach(function(icon) {
        Object.keys(iconMap).forEach(function(cls) {
            if (icon.classList.contains(cls)) {
                icon.classList.remove("fa");
                icon.classList.add(iconMap[cls]);
            }
        });
    });
});
</script>









BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ISACA Chennai Chapter - ECPv4.9.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ISACA Chennai Chapter
X-ORIGINAL-URL:https://isaca-chennai.org
X-WR-CALDESC:Events for ISACA Chennai Chapter
BEGIN:VTIMEZONE
TZID:"Asia/Kolkata"
BEGIN:STANDARD
TZOFFSETFROM:+0530
TZOFFSETTO:+0530
TZNAME:IST
DTSTART:20260101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20261010T090000
DTEND;TZID="Asia/Kolkata":20261010T163000
DTSTAMP:20260903T054126
CREATED:20260902T094954Z
LAST-MODIFIED:20260902T095459Z
UID:46853-1791622800-1791649800@isaca-chennai.org
SUMMARY:ISACA Accredited CRISC Review Program (Virtual) – Oct 2026
DESCRIPTION: \nCRISC Review Program (Virtual) – ISACA Accredited Training Program \nBased on the latest CRISC Exam Content Outline. \nThe CRISC Review Program\, spanning over two weekends\, helps participants supplement their certification study through review classes\, special lectures and case studies. \nStart Date: 10 Oct 2026\nEnd Date: 18 Oct 2026 \nFee: INR 13\,924 for ISACA Members and INR 16\,992 for Non-Members. (Including GST) \nCPE: 24 hours \nFor registered participants\, training invite details will be shared one day prior to the review program start date. \nProgram Details: \n\n\n\nDate\nTime\nDomain\n\n\nOct 10 (Sat)\n9:30 am to 4:30 pm\nDomain 1: Governance (26%)\n\n\nOct 11 (Sun)\n9:30 am to 4:30 pm\nDomain 2: Risk Assessment (22%)\n\n\nOct 17 (Sat)\n9:30 am to 4:30 pm\nDomain 3: Risk Response and Reporting (32%)\n\n\nOct 18 (Sun)\n9:30 am to 4:30 pm\nDomain 4: Technology and Security (20%)\n\n\n\nNote: The above schedule is subject to change based on faculty availability. However\, there will not be any major changes. \n
URL:https://isaca-chennai.org/events/crisc-oct-2026/
LOCATION:Virtual Event\, India
CATEGORIES:Review Program
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR