Tagged Questions

1
vote
1answer
60 views

Django hCalendar microformat

Is there any django app out there that allows creating events in the hCalendar microformat? I'm looking for an app with a basic event data model, forms and templates that implement hCalendar markup! ...
1
vote
1answer
103 views

In the hCalendar microformat, what markup is allowed in a description?

I am working on a calendar application that outputs a list of events in hCalendar format. This includes an element that has a class of "description" which should be used for the event's description. ...
0
votes
1answer
145 views

What is RDF's alternative to Microformat's hCalendar format?

I've been working to apply the hCalendar microformat to the events displayed on my web site. However, from my research, I get the impression that microformats are not recommended (or at least looked ...