Skip to content

Commit

Permalink
Send event update notifcation to invitees
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Jan 15, 2024
1 parent b6b20de commit 5244e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/participation/CalendarEntryParticipation.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function getParticipantEntries()
public function sendUpdateNotification($notificationClass = EventUpdated::class)
{
$participants = $this->findParticipants([
CalendarEntryParticipant::PARTICIPATION_STATE_INVITED,
CalendarEntryParticipant::PARTICIPATION_STATE_MAYBE,
CalendarEntryParticipant::PARTICIPATION_STATE_ACCEPTED])->all();

Expand Down

0 comments on commit 5244e94

Please sign in to comment.