Skip to content

Releases: spatie/calendar-links

1.4.0

02 May 10:41
3d407ed
Compare
Choose a tag to compare

Added

  • Allow specifying custom UID for ICS links (#85)
  • Support PHP 8.0
  • Support immutable dates (\DateTimeImmutable::class)

Changed

  • Require PHP 7.2+

1.3.0

29 Apr 11:59
7466b17
Compare
Choose a tag to compare
  • 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

17 Jul 09:51
3a07e38
Compare
Choose a tag to compare
  • 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

14 Feb 15:44
0a5d95c
Compare
Choose a tag to compare
  • Fix iCal all day links (use DURATION according RFC 5545) #53

1.2.2

15 Jan 15:01
d74e51a
Compare
Choose a tag to compare
  • Fix Yahoo links for multiple days events

1.2.1

13 Jan 19:57
08f5022
Compare
Choose a tag to compare
  • 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

10 Jan 23:09
912d34c
Compare
Choose a tag to compare
  • Support timezones
  • Add outlook.com link generator

1.1.1

08 Oct 09:21
a3515cf
Compare
Choose a tag to compare

Fix Yahoo links

1.1.0

13 Aug 12:17
8ecc427
Compare
Choose a tag to compare
  • Add all day support

1.0.3

23 Jul 12:34
ce852fe
Compare
Choose a tag to compare
  • Fix newlines in description