I need to be able to offer "downloadable" events for Outlook, via vCalendar objects - if I'm not mistaken.
From the research I've done, I've been pointed at using vObject. I've looked at their usage examples, but having no prior experience with the format, it's not clear to me how to solve my problem, as I'm not sure what fields are available, or what they're called...
Is there a straighforward example of creating an very simple object/vCalendar event with some type of name/description, that has a start and end time/date?
I'll be using Django, and will probably just dynamically create these for "download" as requested.