














<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:20250101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20251227T170000
DTEND;TZID="Asia/Kolkata":20251227T183000
DTSTAMP:20260730T144025
CREATED:20251222T162421Z
LAST-MODIFIED:20251223T022007Z
UID:45666-1766854800-1766860200@isaca-chennai.org
SUMMARY:CPE Compliance and Reporting
DESCRIPTION:Program Details \nDate: Saturday\, December 27\, 2025 at 5 PM | Mode: Virtual\nNO CPE for this event\nAgenda \n17:00 – 17:05: Introduction about the program by President\n17:05 – 17:45: CPE policy walkthrough by Director Certification\n17:45 – 18:30: Open floor for questions and closure \nAbout the Program \nTarget Audience: Existing Certified Members\, Recently Certified (New Pass-outs)\, and Non-Members/Students.  \n1. The Basics:  \n\nSimplifying the Policy: The 20-120-3 Rule (Annual vs. Cycle)\nClarifying the “Ethics” and Maintenance Fee requirements.\n[Goal]: Remove confusion regarding the 3-year cycle vs. annual requirements.\n\n2. How to earn and report CPEs for ISACA Certifications:  \n\nFree Options: Attending ISACA Chennai Chapter’s Professional Development Training (PDM)\, Leveraging ISACA Global webinars and Chapter events.\nWork-Based CPE Activities: How to claim credit for audits\, teaching\, mentoring\, and content creation.\nVolunteering: promoting Chapter roles as a way to earn CPEs and leadership experience.\nCPE Reporting\n\n3. Common mistakes to avoid  \n4. Special Segment: New Joiners & Non-Members \n\nRecent Pass-outs: When the CPE cycle actually starts (The “Gap” Year).\nNon-Members: The ROI of membership (Free CPEs\, discounts\, and community)\n\n5. Q&A  \n\nOpen floor to resolve specific member queries and bust myths.\n\nProgram outcome: By the end of this session\, members will have a clear plan to manage their CPEs without anxiety\, and non-members will see the tangible value of joining the Chennai Chapter. \n
URL:https://isaca-chennai.org/events/cpecompliance2025/
LOCATION:Virtual Event\, India
CATEGORIES:PDM
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR