forked from skarim/vobject
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requestedtech debtNeeds cleanup or modernisationNeeds cleanup or modernisation
Description
Things to consider:
h-event(http://microformats.org/wiki/h-event) seems to be a newer version ofhcalendar.- Should we change?
- Support both separately?
- Support both concurrently, applying both markups within the same generated HTML?
- There's no documentation I could find on using
hcalendar- I discovered that it can be used as the
behaviorargument forserialize(), only because that ability was added in the same commit.
- I discovered that it can be used as the
HCalendaris added to the behaviour registry, but to my knowledge, that's used solely for looking up behaviours when parsing, and we don't parsehcalendarformat inputs- I don't think we should be adding a
hcalendarparser?- If we do, see https://github.com/microformats/mf2py
- I don't think we should be adding a
- Unit test coverage
- vCard support
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requestedtech debtNeeds cleanup or modernisationNeeds cleanup or modernisation