














<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":20260711T164500
DTEND;TZID="Asia/Kolkata":20260711T190000
DTSTAMP:20260720T223749
CREATED:20260708T034806Z
LAST-MODIFIED:20260720T174727Z
UID:49379-1783788300-1783796400@isaca-chennai.org
SUMMARY:July 2026 PDM - Export Control and Sanctions
DESCRIPTION:⚠️ Note:  \nThis is a physical meeting. Kindly register only if you are certain of your attendance. As this is an in-person PDM\, catering arrangements will be made based on confirmed registrations. Your cooperation in avoiding no-shows will help prevent unnecessary food wastage. \nProgram Details:  \nDate:   Saturday\, July 11\, 2026\nMode: Physical\nLocation: Hotel Matsya  (Adyar)\, No 53\, Opp : GRT Jewellers\, 26\, 1st Main Rd\, Gandhi Nagar\, Adyar\, Chennai\,\nCPE: 2 hours \nAgenda: \n16:45 – 17:15: Networking and High tea\n17:15 – 17:18: Welcome by ISACA Chennai Chapter Director Programs\n17:18 – 17:30: Chapter Updates & Speaker Introduction\n17:30 – 18:50: Session on “Export Control and Sanctions” by Mr. Mahesh Balakrishnan\n18:50 – 19:00: Questions and Closure comments \n\nAbout the speaker:\n \n\nhttps://www.linkedin.com/in/mbkrishnan/  \n
URL:https://isaca-chennai.org/events/july-2026-pdm/
LOCATION:Mathsya Adyar\, No 53\, 26\, Gandhi Nagar 1st Main Rd\, Opp : GRT Jewellers\, Gandhi Nagar\, Adyar\, Chennai\, Tamil Nadu\, 600020\, India
CATEGORIES:PDM
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR