














<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":20260925T180000
DTEND;TZID="Asia/Kolkata":20260925T200000
DTSTAMP:20260904T054443
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