














<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:20210101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20210717T100000
DTEND;TZID="Asia/Kolkata":20210717T170000
DTSTAMP:20260717T105651
CREATED:20210415T101142Z
LAST-MODIFIED:20210711T080305Z
UID:13608-1626516000-1626541200@isaca-chennai.org
SUMMARY:CISA Review Course – ISACA ATP Accredited Program
DESCRIPTION:CISA Review Course – ISACA ATP Accredited Program \nThe CISA Review course\, a 6-day program spanning three weekends This program helps the participants in supplementing their study program towards their certification via review classes\, special lectures\, and case studies. \nStart Date: Jul 17   End Date: Aug 01  Fee: Rs. 8850 for Members and Rs. 10620 for Non-Members. \nProgram Details \n\n\n\nSession\nDate\nDay\nTime\nTopic\n\n\n1\n17-07-21\nSaturday\n10 am to 5 pm\nDomain 1: Information Systems(IS) Auditing Process\n\n\n2\n18-07-21\nSunday\n9 am to 1:00 pm\nDomain 2: Governance and Management of IT\n\n\n3\n18-07-21\nSunday\n2 pm to 5 pm\nDomain 3: IS Acquisition\, Development\, and Implementation Part A\n\n\n4\n24-07-21\nSaturday\n9 am to 12:00 pm\nDomain 3: IS Acquisition\, Development\, and Implementation Part B\n\n\n5\n24-07-21\nSaturday\n1 pm to 5 pm\nDomain 4: IS Operations and Business Resilience Part A\n\n\n6\n25-07-21\nSunday\n9 am to 1:00 pm\nDomain 4: IS Operations and Business Resilience Part B\n\n\n7\n25-07-21\nSunday\n2 pm to 6 pm\nDomain 4: IS Operations and Business Resilience Part C\n\n\n8\n31-07-21\nSaturday\n9 am to 1:00 pm\nDomain 5 – Session 1-Part-A 5.1\, 5.2\, 5.3\, 5.4 and 5.6\n\n\n9\n31-07-21\nSaturday\n2 pm to 6 pm\nDomain 5 – Session 2-Part-A 5.5\, 5.7\, 5.8. 5.9. 5.10 and 5.11\n\n\n10\n01-08-21\nSunday\n9 am to 1:00 pm\nDomain 5 – Session 3-Part-B\n\n\n11\n01-08-21\nSunday\n2 pm to 4  pm\nPractice Test\n\n\n\n
URL:https://isaca-chennai.org/events/cisa-review-course-isaca-atp-accredited-program/
LOCATION:Virtual Event\, India
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR