All notable changes to calendar-links
will be documented in this file
- Fix Google links for all-day events (use next day as end-date for single-day events)
- Fix Outlook links for all-day events (omit
enddt
for single-day events) - Add a new
Link::createAllDay
static constructor to simplify creating of all-day events
- Fix iCal all day links (use DURATION according RFC 5545)
- Fix Yahoo links for multiple days events
- Fix iCal: Use CRLF instead of LF (according RFC 5545)
- Fix iCal: Specify UID property (according RFC 5545)
- Fix iCal: Escape
;
character (according RFC 5545) - Fix iCal: Remove empty new line from .ics files
- Support timezones
- Add outlook.com link generator
- Fix Yahoo links
- Add all day support
- Fix newlines in description
- Fix for iCal links in Safari
- Use
\n
instead of%0A
when generating an ics file
- initial release