Skip to content

Releases: jaredlt/add_to_calendar

v0.4.0

30 Oct 13:16
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixes

  • Fix iCal support for special characters (newline, comma, semicolon, backslash)

v0.2.2

18 Jun 17:03
Compare
Choose a tag to compare

Fixes

  • Broken iCal formatting fixed

Improvements

  • Handle multi-line descriptions for iCal

v0.2.1

18 Jun 15:25
Compare
Choose a tag to compare

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
Choose a tag to compare

New Features

  • Add Office 365 URLs
  • Add Outlook.com URLs