/// How many days into the future the app allows planning and browsing. const int kPlanningHorizonDays = 28; /// How many weeks into the past the menu screen allows backward navigation. const int kMenuPastWeeks = 8;