diff --git a/js/add-event-to-calendar.js b/js/add-event-to-calendar.js index 5d81f41..5ca7c15 100644 --- a/js/add-event-to-calendar.js +++ b/js/add-event-to-calendar.js @@ -103,11 +103,8 @@ function addToCalendar( title, description, location, startTime, endTime ) { // Convert datetime strings to Date objects console.log( `[${currentTime()}] addToCalendar: startTime='${startTime}'; endTime='${endTime}'` ); - const fixedStartTimeString = startTime.replace( /-/g, '/' ); - const startDate = new Date( fixedStartTimeString ); - - const fixedEndTimeString = endTime.replace( /-/g, '/' ); - const endDate = new Date( fixedEndTimeString ); + const startDate = parseET( startTime ); + const endDate = parseET( endTime ); // Format dates for different calendar systems const formatDateForCalendar = ( date ) => { diff --git a/js/costanzo-recipes.js b/js/costanzo-recipes.js index 812d5f8..26f0f94 100644 --- a/js/costanzo-recipes.js +++ b/js/costanzo-recipes.js @@ -1,9 +1,9 @@ -const recipeDataVersion = "Tuesday, 2026-02-24 @ 16:29:39"; -const tagsArray = []; -const creditsArray = []; -const yieldsArray = []; -const methodsArray = []; -const ingredientsArray = []; +const recipeDataVersion = "Saturday, 2026-02-28 @ 21:02:43"; +const tagsArray = [ ]; +const creditsArray = [ ]; +const yieldsArray = [ ]; +const methodsArray = [ ]; +const ingredientsArray = [ ]; ingredientsArray.push( [ 'CostanzoRecipes_Soups_WhiteCornTortillaSoup', '

For 5 servings:

For 10 servings:

' ] ); methodsArray.push( [ 'CostanzoRecipes_Soups_WhiteCornTortillaSoup', '

  1. Fry tortilla squares in olive oil until they begin to crisp.
  2. Add onion, garlic and jalapeño.
  3. Cook 1 - 2 minutes until onion becomes translucent.
  4. Add half the corn and all other ingredients.
  5. Bring soup to a low, even boil.
  6. Boil for 5 minutes; then remove from heat and puree.
  7. Return soup to the burner, add reserved corn.
  8. Bring soup to boil again, carefully.
  9. Serve garnished with blue chips, cilantro, or sour cream.
' ] ); creditsArray.push( [ 'CostanzoRecipes_Soups_WhiteCornTortillaSoup', '

' ] ); @@ -203,9 +203,9 @@ creditsArray.push( [ 'CostanzoRecipes_Sides_FrozenFoodProcessorPesto', '