Releases: jaredlt/add_to_calendar
Releases · jaredlt/add_to_calendar
v0.5.1 - Outlook fixes
08 Nov 15:35
Compare
Sorry, something went wrong.
No results found
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
18 Sep 11:09
Compare
Sorry, something went wrong.
No results found
v0.4.0
30 Oct 13:16
Compare
Sorry, something went wrong.
No results found
New Features
Organizer for ical. Pass an organizer attribute with a hash eg. { name: "First Last", email: "email@example.com" } 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
01 May 14:33
Compare
Sorry, something went wrong.
No results found
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
02 Jul 15:17
Compare
Sorry, something went wrong.
No results found
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
22 Jun 14:09
Compare
Sorry, something went wrong.
No results found
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
22 Jun 10:56
Compare
Sorry, something went wrong.
No results found
Fixes
Fix iCal support for special characters (newline, comma, semicolon, backslash)
v0.2.2
18 Jun 17:03
Compare
Sorry, something went wrong.
No results found
Fixes
Broken iCal formatting fixed
Improvements
Handle multi-line descriptions for iCal
v0.2.1
18 Jun 15:25
Compare
Sorry, something went wrong.
No results found
Improvements
Handle multi-line body for Office 365 and Outlook.com
Relax tzinfo dependency version requirements for wider compatibility
v0.2.0
18 Jun 15:22
Compare
Sorry, something went wrong.
No results found
New Features
Add Office 365 URLs
Add Outlook.com URLs