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

WTF-665 Add time format setting for gCal module #668

Merged
merged 1 commit into from
Oct 3, 2019

Commits on Oct 2, 2019

  1. WTF-665 Add time format setting for gCal module

    Allows the user to specify either "12" or "24" to set whether or not to
    display times in AM/PM format or 24-hour format.
    
    Example:
    
          gcal:
            enabled: true
            timeFormat: "12"
            refreshInterval: 360
    
    Fixes #665
    senorprogrammer committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7c2d6b4 View commit details
    Browse the repository at this point in the history