{"id":95238,"library":"johngrogg-ics-parser","title":"ICS Parser","description":"ICS Parser for parsing iCalendar (.ics) files.","status":"active","version":"3.5.1","language":"php","source_language":null,"source_url":"https://github.com/u01jmg3/ics-parser","tags":["ics","icalendar","parser","calendar"],"install":[{"cmd":"composer require johngrogg/ics-parser","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ICal","correct":"use ICal\\ICal;"}],"quickstart":{"code":"use ICal\\ICal;\n\n$ical = new ICal('event.ics');\n$events = $ical->events();\nforeach ($events as $event) {\n    echo $event->summary;\n}","lang":"php","description":"Parse an ICS file and iterate over events."},"warnings":[{"fix":"Ensure ICS files follow RFC 5545 strictly; validate timezone definitions.","message":"Time zone handling may be inconsistent with some ICS files.","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'calendar':13 'file':9 'ic':1,3,8,10 'icalendar':7,11 'pars':6 'parser':2,4,12","created_at":"2026-06-19T10:24:32.932907+00:00","updated_at":"2026-06-19T10:24:32.932907+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/u01jmg3/ics-parser","github":"https://github.com/u01jmg3/ics-parser","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}