add-to-calendar-buttons
add-to-calendar-buttons copied to clipboard
Add 'All Day' option, and update Yahoo implementation
Added an 'All Day' option to enable creating all day events.
Also updated the Yahoo implementation now that there's an et parameter, and updated the example.html to match.
To create an All Day event, just add the option allDay: true, and set the end date appropriately (a one day event ends the day after it starts).