fleet/ee
Victor Lyuboslavsky 1c311b73be
Fleet in your calendar configs (#17462)
Sub-task for #17230 

# Configuration changes
App configuration:
```yaml
integrations:
  google_calendar:
    - email: name@service-account.com
      private_key: ***
      domain: fleetdm.com
```
Team configuration:
```yaml
integrations:
  google_calendar:
    email: name@service-account.com
    enable_calendar_events: true
    policies:
      - name: My policy
        id: 12
    webhook_url: https://example.com/policy-remediation
```

Note: Policy is looked up by name when configuration is set. The policy
id is set/updated by the server for internal use.

# Checklist for submitter
<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-03-26 13:39:36 -05:00
..
cis Reduce CIS benchmark documentation page contents (#17108) 2024-03-21 15:03:14 -05:00
fleetctl Fixed macOS MSI package -- using local wine and wix (#16307) 2024-01-30 11:08:21 -06:00
fleetd-chrome Bump ip from 2.0.0 to 2.0.1 in /ee/fleetd-chrome (#17010) 2024-03-04 12:53:55 -06:00
server Fleet in your calendar configs (#17462) 2024-03-26 13:39:36 -05:00
tools DRIs (#17614) 2024-03-14 10:24:53 -05:00
vulnerability-dashboard Vuln dashboard: Update moment dependency to resolve code scanning alerts (#17849) 2024-03-25 18:02:27 -05:00
LICENSE Introduce ee directory and license (#460) 2021-03-12 15:20:50 -08:00
README.md Add note about ee license in ee directory (#11252) 2023-04-21 14:55:38 -07:00

Welcome to the "source available" section of the Fleet codebase. Please note files and functionality under this directory are covered by the Fleet EE License, and require a valid Fleet subscription for production use. See the full license for details.