














<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:20260904T051203
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\, Tamil Nadu\, India
CATEGORIES:Review Program
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20260925T180000
DTEND;TZID="Asia/Kolkata":20260925T200000
DTSTAMP:20260904T051203
CREATED:20260903T161507Z
LAST-MODIFIED:20260903T162550Z
UID:50329-1790359200-1790366400@isaca-chennai.org
SUMMARY:AGM 2026
DESCRIPTION:AGM NOTICE\nNOTICE is hereby given that the Annual General Body Meeting of the Chennai Chapter of ISACA will be held on Friday\, the 25th of Sep 2026 at Hotel Maris\, 11\, Cathedral Rd\, Parthasarathypuram\, Gopalapuram\, Chennai\, Tamil Nadu 600086 at 6.00 PM to transact the following business: \n\nTo accept and adopt the Honorary Secretary’s report for the year 2025-2026\nTo accept and adopt the Audited Financial report for the year 2025-2026\nTo appoint the auditor for the year 2026-2027.\nTo transact any other business with the permission of the chair.\n\nAll the members are requested to attend the meeting and make the deliberations fruitful. The meeting will be followed by dinner. \nNOTE: No CPE for this Event \nMahesh Balakrishnan\nHonorary Secretary\, ISACA Chennai Chapter \nhttps://isaca-chennai.org/wp-content/uploads/2026/09/AGM-Notice_26-Sep-2026.pdf \n
URL:https://isaca-chennai.org/events/agm-2026/
LOCATION:Hotel Maris\, 11\, Cathedral Rd\, Chennai\, Tamil Nadu\, 600086\, India
CATEGORIES:AGM
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR