Skip to content

Conversation

@miketheman
Copy link

Enable a given event to also generate the appropriate ics/xcs files at the desired routes.

Resolves #313
Resolves #335

Enable a given event to also generate the appropriate ics/xcs files at
the desired routes.

Resolves FOSDEM#313
Resolves FOSDEM#335

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
args[:class] = (klass.is_a? Array) ? klass.join(" ") : klass
end
subtitle = '<br/><i>' + henc(item[:subtitle]) + '</i>' if item[:subtitle]
subtitle = show_subtitle && item[:subtitle] ? '<br/><i>' + henc(item[:subtitle]) + '</i>' : nil
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was necessary to prevent the l() helper from emitting a string to the HTML that contained the subtitle for events that have one, which tracks don't (at least not in the sample data, nor how the same l() helper is used in that template)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ical export feature on event page Feature: Export single Event details to calendar

1 participant