# Privacy Policy

**Calendar & Events** ("we," "our," or "us") respects your privacy. This Privacy Policy explains how we handle your data when you use our macOS application.

### 1. Data Collection and Usage

**We do not collect, store, or share your personal data.**

* **Local Processing:** All calendar parsing and data processing happens locally on your device.
* **No Accounts:** You do not need to create an account to use the application.
* **No Analytics:** We do not track your usage or collect behavioral data.

### 2. External Calendar Subscriptions

When you subscribe to an external calendar (e.g., Google Calendar, Outlook, iCloud) via a URL:

* **Direct Connection:** The app connects directly from your device to the calendar provider's server to fetch the `.ics` file.
* **No Middleman:** Your calendar data does **not** pass through our servers. We never see your schedule.
* **Credentials:** If a calendar requires authentication (e.g., a roadmap or private feed), any tokens or credentials are stored securely on your local device (Keychain) and are only used to fetch that specific calendar.

### 3. Third-Party Services

The application interacts with the third-party services you explicitly provide URLs for (e.g., `calendar.google.com`). Please review the privacy policies of those specific providers to understand how they handle data when you access their feeds.

### 4. Updates to This Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page.

### 5. Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.

* **Email:** <privacy@inwisso.com>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://app.inwisso.com/apps/calendar-and-events/privacy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
