Skip to content
Snippets Groups Projects
Verified Commit e60765c3 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix calendar attributes

parent b8d61bcd
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
Pipeline #137210 passed with warnings
......@@ -498,7 +498,6 @@ def get_ip(*args, **kwargs):
feedgenerator.FEED_FIELD_MAP = feedgenerator.FEED_FIELD_MAP + (("color", "color"),)
feedgenerator.ITEM_ELEMENT_FIELD_MAP = feedgenerator.ITEM_ELEMENT_FIELD_MAP + (
("color", "color"),
("recurrence_id", "recurrence-id"),
("meta", "x-meta"),
)
......
......@@ -127,9 +127,9 @@ customidenticon = "^0.1.5"
graphene-django = ">=3.0.0, <=3.1.2"
selenium = "^4.4.3"
django-vite = "^2.0.2"
graphene-django-cud = "^0.10.0"
graphene-django-cud = "^0.11.0"
uwsgi = "^2.0.21"
django-ical = "^1.8.3"
django-ical = "^1.9.2"
django-recurrence = "^1.11.1"
recurring-ical-events = "^2.0.2"
django-timezone-field = "^5.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment