carlsednaoui / add-to-calendar-buttons

Easily add a "add to calendar" button to your websites. This JavaScript library supports Google Calendar, iCal, Outlook and Yahoo Calendar.
476 stars 171 forks source link

Add 'All Day' option, and update Yahoo implementation #39

Open ocouch opened 2 years ago

ocouch commented 2 years ago

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).