This module adds a CalendarPermission to Permissions. Register this permission by calling PermissionsBuilder.registerCalendarPermission()/PermissionsBuilder.registerCalendarPermissionIfNotRegistered().
Installing
The library is available on Maven Central. You can import Kaluga Calendar Permissions as follows:
repositories {
// ...
mavenCentral()
}
// ...
dependencies {
// ...
implementation("com.splendo.kaluga:calendar-permissions:$kalugaVersion")
}
Please check general permissions documentation for full overview
Check out the full documentation