Quantcast
Channel: Publishing ics feeds in Django - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Gabriel Grant for Publishing ics feeds in Django

I doubt this will solve your problem (sounds like a server configuration issue), but I would suggest checking out django-cal for your feed generation. It works the same way as django.contrib's...

View Article



Publishing ics feeds in Django

I'm attempting to publish an ICS feed using django + vobject. As a test run, I have the following view defined: def ical(request, user_id=None): cal = vobject.iCalendar() cal.add('method').value =...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images