Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICS file not showing rsvp in outlook #181

Closed
jigarhalani opened this issue Jan 23, 2024 · 2 comments
Closed

ICS file not showing rsvp in outlook #181

jigarhalani opened this issue Jan 23, 2024 · 2 comments
Labels

Comments

@jigarhalani
Copy link

jigarhalani commented Jan 23, 2024

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

@atymic
Copy link
Contributor

atymic commented Jan 26, 2024

Can you try this with the new file const?
#185

@spatie-bot
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants