jaredlt / add_to_calendar

A ruby gem to generate 'Add To Calendar' URLs for Android, Apple, Google, Office 365, Outlook, Outlook.com and Yahoo calendars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Widget class to produce button/widget(s) to embed directly in views

jaredlt opened this issue · comments

Eg.

@cal_widget = AddToCalendar::Widget.new(event_attributes)

# view.html.erb
<%= @cal_widget.button %> # or link or whatever

design one first inspired eg. https://www.addevent.com/products/add-to-calendar-button

but think about how to handle different styling etc.

Have pre-made versions for bootstrap, bulma etc?