All Projects → jazzband → django-ical

jazzband / django-ical

Licence: MIT license
iCal feeds for Django based on Django's syndication feed framework.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-ical

Daylight-Calendar-ICS
Daylight Calendar is a dynamically generated .ics calendar that you can host and subscribe to in Google Calendar, iCal, or other calendar software.
Stars: ✭ 22 (-70.27%)
Mutual labels:  ical
ioBroker.trashschedule
Calculates trash pickup dates by using an ical calendar
Stars: ✭ 20 (-72.97%)
Mutual labels:  ical
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (-66.22%)
Mutual labels:  syndication
rfc5545-rrule
RFC5545 RRule library for JavaScript
Stars: ✭ 22 (-70.27%)
Mutual labels:  ical
remarkable-calendar-creator
Create calendars to display on a reMarkable device as the suspend screen or to write notes on, including events from your own online iCal calendar
Stars: ✭ 28 (-62.16%)
Mutual labels:  ical
ChinaPublicCalendar
搜集各种公共事件,包括假日、国际节日、传统节日、节气和电影上映时间等公共日历以 Calendar(RFC5545) 文件格式提供。
Stars: ✭ 58 (-21.62%)
Mutual labels:  ical
ical2gcal
sync ics(es) to google calendar
Stars: ✭ 13 (-82.43%)
Mutual labels:  ical
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (-37.84%)
Mutual labels:  syndication
calendar
R interface to iCal (.ics files)
Stars: ✭ 30 (-59.46%)
Mutual labels:  ical
icalparser
Simple ical parser for PHP
Stars: ✭ 56 (-24.32%)
Mutual labels:  ical
iCalKit
📅 Parse and generate iCalendar (.ics) files in Swift
Stars: ✭ 54 (-27.03%)
Mutual labels:  ical
tsdav
WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser
Stars: ✭ 33 (-55.41%)
Mutual labels:  ical
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (-51.35%)
Mutual labels:  ical
add2calendar
📆 Allow you to add event to calendar easier
Stars: ✭ 51 (-31.08%)
Mutual labels:  ical
rrule
🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC
Stars: ✭ 31 (-58.11%)
Mutual labels:  ical
ics2gcal
Import .ics files into Google Calendar with only two clicks.
Stars: ✭ 21 (-71.62%)
Mutual labels:  ical
django-yaturbo
Reusable Django app to enable Yandex Turbo Pages for your site
Stars: ✭ 13 (-82.43%)
Mutual labels:  syndication
node-ical
NodeJS class for parsing iCalendar/ICS files
Stars: ✭ 53 (-28.38%)
Mutual labels:  ical
node-red-contrib-ical-events
Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events
Stars: ✭ 38 (-48.65%)
Mutual labels:  ical
ADE-Scheduler
A webapp for UCLouvain's ADE scheduling tool.
Stars: ✭ 22 (-70.27%)
Mutual labels:  ical

django-ical

PyPI Documentation Status GitHub Actions Coverage Jazzband

django-ical is a simple library/framework for creating iCal feeds based in Django's syndication feed framework.

This documentation is modeled after the documentation for the syndication feed framework so you can think of it as a simple extension.

If you are familiar with the Django syndication feed framework you should be able to be able to use django-ical fairly quickly. It works the same way as the Django syndication framework but adds a few extension properties to support iCalendar feeds.

django-ical uses the icalendar library under the hood to generate iCalendar feeds.

Documentation

Documentation is hosted on Read the Docs:

https://django-ical.readthedocs.io/en/latest/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].