














<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":20260905T093000
DTEND;TZID="Asia/Kolkata":20260905T163000
DTSTAMP:20260810T123102
CREATED:20260810T071948Z
LAST-MODIFIED:20260810T071948Z
UID:49960-1788600600-1788625800@isaca-chennai.org
SUMMARY:ISACA Accredited CISA Review Program (Virtual) - Sep 2026
DESCRIPTION:  \n \nCISA Review Program (Virtual) – ISACA Accredited Training  Program \nThe CISA Review Program\, spanning over three weekends helps the participants in supplementing their study program towards their certification via review classes\, special lectures\, and case studies. \nStart Date: 05 Sep 2026 End Date: 20 Sep 2026 \nFee: INR 13924 for ISACA Members and INR 16992 for Non-Members. (Including GST) \nCPE: 34 hours \nFor registered participants\, training invite details will be shared one day prior to the review program start date. \nProgram Detail : \n\n\n\n\n\n\nDate \n\n\n\n\nTime \n\n\n\n\nDomain \n\n\n\n\n\n\nSep 05 (Sat) \n\n\n\n\n9:30 am to 4:30 pm \n\n\n\n\nDomain 1: Information Systems (IS) Auditing Process (18%) \n\n\n\n\n\n\nSep 06 (Sun) \n\n\n\n\n9:30 am to 4:30 pm \n\n\n\n\nDomain 2: Governance and Management of IT (18%) \n\n\n\n\n\n\nSep 12 (Sat) \n\n\n\n\n9:30 am to 4:30 pm \n\n\n\n\nDomain 3: IS Acquisition\, Development\, and Implementation (12%) \n\n\n\n\n\n\nSep 13 (Sun) \n\n\n\n\n9:30 am to 4:30 pm \n\n\n\n\nDomain 4: IS Operations and Business Resilience (28%) \n\n\n\n\n\n\nSep 19(Sat) \n\n\n\n\n9:30 am to 4:30 pm \n\n\n\n\nDomain 5: Protection of Information Assets – Part 1 (24%) \n\n\n\n\n\n\nSep 20(Sun) \n\n\n\n\n9:30 am to 1:30 pm \n\n\n\n\nDomain 5: Protection of Information Assets – Part 2 (24%) \n\n\n\n\n\n\nNote: The above schedule is subject to change as per faculty availability\, but be rest assured there wont be any major changes. \n  \n
URL:https://isaca-chennai.org/events/cisa-sep-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