Releases: jaredlt/add_to_calendar
Releases · jaredlt/add_to_calendar
v0.5.1 - Outlook fixes
Bug fixes
- Fix: Saving an event in Outlook would take you to a blank page
Special thanks to @CobiOneCanobi for spotting the issue and submitting a fix!
v0.5.0 - Hey Calendar support
v0.4.0
New Features
- Organizer for ical. Pass an
organizer
attribute with a hash eg. { name: "First Last", email: "[email protected]" }
to add the organizer for ical. Useful when attaching an *.ics to email so eg. Gmail shows the event preview. Closes #45
v0.3.0
New Features
- All day events (configure via
all_day: true
attribute)
Bug fixes
- Fix Yahoo calendar params expecting uppercase
- Fix iCalendar validity by adding PRODID and DTSTAMP
v0.2.5
New Features
- Android helper method
android_url
added which simply calls ical_url
. Same behaviour as Apple and Outlook.
Fixes
- Convert
&
to and
in Subject of Office 365
and Outlook.com
to work around Microsoft bug which renders &
as &
Compatibility
- Update readme to explain
Office 365
and Outlook.com
do not work on mobile. Microsoft issue :(
v0.2.4
Fixes
- Calling URL methods should not mutate the class attributes (eg. iCal specific encoding for location
Big Ben\, London
was ending up in google_url
etc.)
v0.2.3
Fixes
- Fix iCal support for special characters (newline, comma, semicolon, backslash)
v0.2.2
Fixes
- Broken iCal formatting fixed
Improvements
- Handle multi-line descriptions for iCal
v0.2.1
Improvements
- Handle multi-line body for Office 365 and Outlook.com
- Relax tzinfo dependency version requirements for wider compatibility
v0.2.0
New Features
- Add Office 365 URLs
- Add Outlook.com URLs