Fixed
Status Update
Comments
je...@google.com <je...@google.com>
je...@gmail.com <je...@gmail.com> #2
+1
Or at least integrate it in the FreeBusy query response, to take the working hours into consideration.
https://developers.google.com/calendar/v3/reference/freebusy/query
Or at least integrate it in the FreeBusy query response, to take the working hours into consideration.
cm...@google.com <cm...@google.com> #4
+1, we are looking for this and it is needed in many use cases.
cm...@google.com <cm...@google.com> #5
+1 We need it too
xo...@google.com <xo...@google.com> #6
+1
je...@gmail.com <je...@gmail.com> #7
+1
xo...@google.com <xo...@google.com> #8
+1. In case it helps, here are some specific use cases where we would put to use:
* computing pager fatigue on our teams
* adjusting alert activation thresholds to reduce imposition on work-life balance.
* support tooling around scheduling and planning conversations across time zones
* computing pager fatigue on our teams
* adjusting alert activation thresholds to reduce imposition on work-life balance.
* support tooling around scheduling and planning conversations across time zones
Description
android {
buildTypes {
dev {
isDefault = true
}
}
}
gives me "Access to 'isDefault' exceeds its access rights". If I look at the BuildType class I see that isDefault is final and no setter is present.
Android Studio: 3.5
Gradle plugin: 3.5.0
Please see example project: