Releases: spatie/calendar-links
Releases · spatie/calendar-links
1.4.0
Added
- Allow specifying custom
UID
for ICS links (#85)
- Support PHP 8.0
- Support immutable dates (
\DateTimeImmutable::class
)
Changed
1.3.0
- Support custom generators (
$link->formatWith(new \Your\Generator()
)
- Fix iCal links that contains special chars (use base64 for encoding)
- Fix Outlook links: use new base URI and datetime formats
- Fix Yahoo links: events had invalid end datetime (due to a bug on Yahoo side)
1.2.4
- 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
1.2.3
- Fix iCal all day links (use DURATION according RFC 5545) #53
1.2.2
- Fix Yahoo links for multiple days events
1.2.1
- Fix ics: Use CRLF instead of LF (according RFC 5545)
- Fix ics: Specify UID property (according RFC 5545)
- Fix ics: Escape
;
character (according RFC 5545)
- Fix ics: Remove empty new line from .ics files
1.2.0
- Support timezones
- Add outlook.com link generator
1.0.3
- Fix newlines in description