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

Support point-in-time events in the Agenda view #1246

Merged
merged 1 commit into from
Mar 22, 2019
Merged

Support point-in-time events in the Agenda view #1246

merged 1 commit into from
Mar 22, 2019

Commits on Mar 22, 2019

  1. Support point-in-time events in the Agenda view

    Some events may have the same date/time, and are meant to represent
    point-in-time events, such as deadlines. These are not all day
    events, but they also should not be represnted as
    `${startTime} - ${endTime}` since the values will be the same.
    
    This will cause an event that is not marked as all day, and where
    the start and end are equal, to show as:
    
    ```js
    // old
    `${startTime} - ${endTime}`
    
    // new
    `${startTime}`
    ```
    MatthewHerbst committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    517fd5b View commit details
    Browse the repository at this point in the history