diff --git a/services/CalendarService.php b/services/CalendarService.php index 8f05e2eb..0af223d1 100644 --- a/services/CalendarService.php +++ b/services/CalendarService.php @@ -99,7 +99,8 @@ class CalendarService extends BaseService $mealPlanRecipeEvents[] = array( 'title' => $titlePrefix . FindObjectInArrayByPropertyValue($recipes, 'id', $recipeOfCurrentDay->includes_recipe_id)->name, 'start' => FindObjectInArrayByPropertyValue($recipes, 'id', $recipeOfCurrentDay->recipe_id)->name, - 'date_format' => 'date' + 'date_format' => 'date', + 'description' => GROCY_BASE_URL . '/mealplan' . '?week=' . FindObjectInArrayByPropertyValue($recipes, 'id', $recipeOfCurrentDay->recipe_id)->name ); } }