Skip to content

Commit

Permalink
Minor tweak to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Oct 31, 2024
1 parent dd6f9e7 commit b4388c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/edit_entry_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,9 @@ function invalid_booking(string $message) : void
// other words make sure that the first starttime defines an actual
// entry. We need to do this because if we are going to construct an iCalendar
// object, RFC 5545 demands that the start time is the first event of
// a series. ["The "DTSTART" property for a "VEVENT" specifies the inclusive
// a series. ['The "DTSTART" property for a "VEVENT" specifies the inclusive
// start of the event. For recurring events, it also specifies the very first
// instance in the recurrence set."]
// instance in the recurrence set.']

// Get the first entry in the series and make that the start time
$reps = $repeat_rule->getRepeatStartTimes($start_time, 1);
Expand Down

0 comments on commit b4388c8

Please sign in to comment.