BEGIN:VCALENDAR
CALSCALE:GREGORIAN
VERSION:2.0
PRODID:-//Events Calendar//iCal4j 1.0//EN
BEGIN:VTIMEZONE
TZID:America/New_York
LAST-MODIFIED:20260721T092906Z
TZURL:https://www.tzurl.org/zoneinfo/America/New_York
X-LIC-LOCATION:America/New_York
X-PROLEPTIC-TZNAME:LMT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-045602
TZOFFSETTO:-0500
DTSTART:18831118T120358
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19180331T020000
RRULE:FREQ=YEARLY;UNTIL=19200328T070000Z;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:19181027T020000
RRULE:FREQ=YEARLY;UNTIL=19201031T060000Z;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19210424T020000
RRULE:FREQ=YEARLY;UNTIL=19410427T070000Z;BYMONTH=4;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:19210925T020000
RRULE:FREQ=YEARLY;UNTIL=19410928T060000Z;BYMONTH=9;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:EWT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19420209T020000
END:DAYLIGHT
BEGIN:DAYLIGHT
TZNAME:EPT
TZOFFSETFROM:-0400
TZOFFSETTO:-0400
DTSTART:19450814T190000
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:19450930T020000
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19460428T020000
RRULE:FREQ=YEARLY;UNTIL=19730429T070000Z;BYMONTH=4;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:19460929T020000
RRULE:FREQ=YEARLY;UNTIL=19540926T060000Z;BYMONTH=9;BYDAY=-1SU
END:STANDARD
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:19551030T020000
RRULE:FREQ=YEARLY;UNTIL=20061029T060000Z;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19740106T020000
RDATE:19750223T020000
END:DAYLIGHT
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19760425T020000
RRULE:FREQ=YEARLY;UNTIL=19860427T070000Z;BYMONTH=4;BYDAY=-1SU
END:DAYLIGHT
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:19870405T020000
RRULE:FREQ=YEARLY;UNTIL=20060402T070000Z;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
BEGIN:DAYLIGHT
TZNAME:EDT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
DTSTART:20070311T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:EST
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
DTSTART:20071104T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20260912T090107Z
DTSTART;TZID=America/New_York:20261007T110000
DTEND;TZID=America/New_York:20261007T120000
SUMMARY:TechTalk: Scaling Check Point Automation with Arodonata
LAST-MODIFIED:20260912T090107Z
LOCATION:
TZID:America/New_York
UID:message-1341
DESCRIPTION:Click the link below to go to the event page:\nhttps://communit
 y.checkpoint.com/t5/CheckMates-Events/TechTalk-Scaling-Check-Point-Automat
 ion-with-Arodonata/ec-p/281960#M1341\n\nCheck Point's Management API is po
 werful\, but at scale it gets slow: every script re-authenticates\, every 
 query re-fetches thousands of objects\, and every automation project reinv
 ents the same session-handling logic from scratch. Join us to see Arodonat
 a\, a new open-source\, async-first Python library built to fix exactly th
 at. It wraps the Check Point Management API in a PostgreSQL-backed cache\,
  so your scripts read from a fast local store instead of hammering the man
 agement server\, and pull only what changed since the last run. You'll lea
 rn how to:  Query hosts\, networks\, gateways\, and rulebases straight fro
 m a smart cache — no repeated API calls Use CPCRUD\, an idempotent\, Plan-
 then-Execute engine for declarative object and rule management — apply the
  same YAML template twice and the second run does nothing Execute cross-do
 mains and even cross-management searches Run high-concurrency operations s
 afely with zero-config session handling and automatic recovery No propriet
 ary framework — Arodonata is open source on GitHub\, ready to drop into yo
 ur own automation. We look forward to seeing you there! Register Here
X-ALT-DESC;FMTTYPE=text/html:<P>Click the link below to go to the event pag
 e:</P><BR><A href="https://community.checkpoint.com/t5/CheckMates-Events/T
 echTalk-Scaling-Check-Point-Automation-with-Arodonata/ec-p/281960#M1341">h
 ttps://community.checkpoint.com/t5/CheckMates-Events/TechTalk-Scaling-Chec
 k-Point-Automation-with-Arodonata/ec-p/281960#M1341</A><BR><BR><P>Check Po
 int's Management API is powerful\, but at scale it gets slow: every script
  re-authenticates\, every query re-fetches thousands of objects\, and ever
 y automation project reinvents the same session-handling logic from scratc
 h.</P>\n<P>Join us to see Arodonata\, a new open-source\, async-first Pyth
 on library built to fix exactly that. It wraps the Check Point Management 
 API in a PostgreSQL-backed cache\, so your scripts read from a fast local 
 store instead of hammering the management server\, and pull only what chan
 ged since the last run.</P>\n<P>You'll learn how to:</P>\n<UL>\n<LI>Query 
 hosts\, networks\, gateways\, and rulebases straight from a smart cache — 
 no repeated API calls</LI>\n<LI>Use CPCRUD\, an idempotent\, Plan-then-Exe
 cute engine for declarative object and rule management — apply the same YA
 ML template twice and the second run does nothing</LI>\n<LI>Execute cross-
 domains and even cross-management searches</LI>\n<LI>Run high-concurrency 
 operations safely with zero-config session handling and automatic recovery
 </LI>\n</UL>\n<P>No proprietary framework — Arodonata is open source on Gi
 tHub\, ready to drop into your own automation.</P>\n<P>We look forward to 
 seeing you there!</P>\n<H2 class="lia-align-center" id="toc-hId-1652007944
 " style="text-align: center\;"><A href="https://checkpoint.zoom.us/webinar
 /register/4317745630865/WN__BjFRsceSJ2zvjNUjm-8mA" target="_blank" rel="no
 follow noopener noreferrer">Register Here</A></H2>
END:VEVENT
END:VCALENDAR
