Skip to main content

Django calendar ingestion app

Project description

https://badge.fury.io/py/connector-calendars.svg https://travis-ci.org/rva-data/connector-calendars.svg?branch=master https://coveralls.io/repos/rva-data/connector-calendars/badge.svg?branch=master

Connector calendars is a Django application for tracking third-party calendars via iCalendar feed and syncing events based on that feed. It relies on connector-events for managing individual events themselves.

It was designed as a component for a ‘connector’ project, tracking events for a community from multiple sources.

Documentation

The full documentation is at https://connector-calendars.readthedocs.org.

Quickstart

Install connector-calendars:

pip install connector-calendars

Then add events and calendars to your project’s INSTALLED_APPS:

INSTALLED_APPS = (
    'events',
    'calendars',
)

After adding calendar feeds in the admin you can update them right from there, or use the read_calendars management command to begin syncing them.

History

0.1.0 (2014-09-01)

  • First release on PyPI.

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

connector-calendars-0.1.0.tar.gz (7.1 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