From d5d533561c9d6e0258a25649bb15898c90d37264 Mon Sep 17 00:00:00 2001 From: Viktor Richter Date: Fri, 20 Nov 2015 13:23:28 +0100 Subject: [PATCH] CalendarQuery: make calculate time periods optional. --- proto/sandbox/rst/calendar/CalendarQuery.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/sandbox/rst/calendar/CalendarQuery.proto b/proto/sandbox/rst/calendar/CalendarQuery.proto index 507482c..dc6f039 100644 --- a/proto/sandbox/rst/calendar/CalendarQuery.proto +++ b/proto/sandbox/rst/calendar/CalendarQuery.proto @@ -36,6 +36,6 @@ message CalendarQuery { * and @ref .end_time will be augmented with a list of time * periods in which it occurs. */ - required bool calculate_time_periods = 5 [default = false]; + optional bool calculate_time_periods = 5 [default = false]; } -- 1.9.1