shiva
shiva

Reputation: 31

Parsing files (ics/ Vcalendar) using Python

I have a .ics file in the following format. What is the best way to parse it. I need to retrieve the Summary, Description, and Time for each of the entries. Thanks in advance for your help.

**January 31th 8pm : , 2011 Cricket match at chennai

Upvotes: 3

Views: 2358

Answers (1)

Paulo Scardine
Paulo Scardine

Reputation: 77251

Look at icalendar or vobject.

Upvotes: 5

Related Questions