spatie / calendar-links

Generate add to calendar links for Google, iCal and other calendar systems
https://spatie.be/opensource
MIT License
914 stars 148 forks source link

ICS file not showing rsvp in outlook #181

Closed jigarhalani closed 5 months ago

jigarhalani commented 9 months ago

Context

  1. PHP Version: PHP 8.1.12
  2. Package version: 1.8.5

Describe the Bug

1) Generate ics using calendar-link package 2) attach in email using laravel mailable 3) send to any outlook email.

$link = Link::create($this->appointment->subject, $this->appointment->expected_start_time, $this->appointment->expected_end_time);
            if($this->appointment->comment){
                $link->description($this->appointment->comment);
            }

$markdown->attach($link->ics(), ['as' => 'meeting.ics', 'mime' => 'text/calendar']);

for more you guys can visit my stack question link `

Expected Behavior

Should show RSVP button or Appointment description in email itself. [

accepted behaviour

](url)

atymic commented 9 months ago

Can you try this with the new file const? https://github.com/spatie/calendar-links/pull/185

spatie-bot commented 5 months ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.