ics-py / ics-py

Pythonic and easy iCalendar library (rfc5545)

Home Page:http://icspy.readthedocs.org/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse raw event

ujaved opened this issue · comments

If you have a raw string containing just an event:

BEGIN:VEVENT
RECURRENCE-ID:20250721T143000Z
ATTENDEE;X-NUM-GUESTS=0;CN=foo@bar.com
DTSTAMP:20230822T201143Z
DTEND:20250721T150000Z
DTSTART:20250721T143000Z
SUMMARY:Busy
UID:86pk3a9799mmsr8jop33oioqma@google.com
END:VEVENT

What call do you use to parse this into an Event?