fronteerio / grasshopper

Grasshopper Event Engine
GNU Affero General Public License v3.0
3 stars 12 forks source link

Add `event.description` into ical description #79

Closed simong closed 9 years ago

simong commented 9 years ago

A bit of an obvious oversight, but we should probably add the event description in the ical dump. The resulting iCal description for an event should look like:

{{type}} with {{organiser1}}, {{organiser2}}
{{description}}

{{notes}}
mrvisser commented 9 years ago

@simong I can't find any mustache/handlebar templates ?

simong commented 9 years ago

That was just a way to display the structure in this ticket. The actual logic is part of eventsToICal in the util in gh-calendar

mrvisser commented 9 years ago

I see, thanks

simong commented 9 years ago

This has been done in https://github.com/fronteerio/grasshopper/pull/93