Skip to main content

Python icalendar (rfc5545) parser

Project description

Original repository (GitHub) - Bugtracker and issues (GitHub) - PyPi package (ics) - Documentation (Read The Docs).

https://travis-ci.org/C4ptainCrunch/ics.py.png?branch=master Coverage Apache 2 License

Ics.py is a pythonic and easy iCalendar (rfc5545) library. It’s goals are to read and write ics data in a developper-friendly way.

Ics.py is available for Python2 (>=2.7) and Python3 (>=3.3) and is Apache2 Licensed.

iCalendar is complicated, you don’t like RFCs but you want/have to use the ics format and you love pythonic APIs? Ics.py is for you!

Quickstart

$ pip install ics
>>> from ics import Calendar, Event
>>> c = Calendar()
>>> e = Event()
>>> e.name = "My cool event"
>>> e.begin = '20140101 00:00:00'
>>> c.events.append(e)
>>> c.events
[<Event 'My cool event' begin:2014-01-01 00:00:00 end:2014-01-01 00:00:01>]

More examples are available in the documentation.

Documentation

All the documentation (examples, api, about…) is hosted on readthedocs.org and is updated automaticaly at every commit. Go and get it!

Contribute

Contribution are welcome of course! More info over there (or in the doc).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ics-0.2.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distributions

ics-0.2-py3.3.egg (15.5 kB view hashes)

Uploaded Source

ics-0.2-py2.py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 2 Python 3

ics-0.2-py2.7.egg (15.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page