> For the complete documentation index, see [llms.txt](https://monthly-calender-widgets.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monthly-calender-widgets.gitbook.io/docs/privacy-and-support/terms.md).

# Terms of Service

**Effective date:** 2026-01-28

These Terms of Service ("Terms") govern your use of Monthly Calendar Widgets ("the app", "we", "us", "our"). By downloading, installing, or using the app, you agree to these Terms. If you do not agree, do not use the app.

## 1. Eligibility

You must be at least 13 years old (or the minimum age required in your country) to use the app. If you are under 18, you must have permission from a parent or legal guardian.

## 2. License

We grant you a limited, non-exclusive, non-transferable, revocable license to use the app on any Apple device you own or control, subject to the Apple Media Services Terms and Conditions.

## 3. Account and calendar data

The app accesses your calendar data (via Apple's EventKit framework and optionally the Google Calendar API) solely to display your schedule in widgets and in-app views.

* You are responsible for the accuracy of your calendar content.
* We do not store, transmit, or access your calendar data on our servers.
* All event data remains on your device in local storage, the iOS Keychain, or the shared App Group container.

### Google Calendar (optional)

If you choose to connect Google Calendar, the app authenticates via Google OAuth 2.0 with the read-only scope `https://www.googleapis.com/auth/calendar.readonly` (read-only access — the app reads and displays your events but never creates, edits, or deletes them). OAuth tokens are stored locally in the iOS Keychain. You can disconnect at any time from within the app. Your use of Google services is also subject to [Google's Terms of Service](https://policies.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy).

## 4. Subscriptions and purchases

The app offers optional in-app purchases managed by Apple (StoreKit) and RevenueCat:

### Weekly Pro subscription

* **Price:** $1.99 per week (auto-renewing).
* **Free trial:** 3-day free trial for new subscribers. You will not be charged during the trial.
* **Auto-renewal:** If you do not cancel before the trial or current period ends, the subscription renews automatically at the weekly rate.
* **Cancellation:** Cancel anytime through iOS Settings > Apple ID > Subscriptions. Cancellation takes effect at the end of the current billing period. No partial refunds are provided.

### Lifetime Pro

* **Price:** $19.99 one-time purchase.
* **Access:** Permanent Pro access with no recurring charges.
* **Transferability:** Tied to your Apple ID. Recoverable via Restore Purchases after reinstalls or device changes.

### Payment

All purchases are processed by Apple through the App Store. Prices are displayed in your local currency and may vary by region. Apple's standard payment terms apply.

### Restore purchases

Use **Restore Purchases** in the app to recover previous purchases. Purchases are tied to your Apple ID.

## 5. What Pro unlocks

Pro access (via subscription or lifetime purchase) unlocks:

* All Home Screen widget themes and designs (80+ widgets across 10 theme families).
* Custom Widget Builder with full visual control.
* Lock Screen utility widgets (day/year progress, countdown timers, dual timers, stopwatches, dual stopwatches).
* Unlimited custom widgets, countdown timers, and stopwatches.

Without Pro, you can use the app to view calendars, manage events, and use basic widgets.

## 6. Acceptable use

You agree not to:

* Reverse-engineer, decompile, or disassemble the app.
* Use the app for any unlawful purpose.
* Attempt to circumvent subscription or paywall protections.
* Redistribute, sublicense, or resell the app or any part of it.
* Interfere with the app's operation or its communication with Apple's or Google's services.

## 7. Intellectual property

All content, design, code, graphics, widget themes, and branding in the app are owned by us and protected by applicable intellectual property laws. The app name "Monthly Calendar Widgets", the logo, and all widget designs are our property.

## 8. Third-party services

The app integrates with the following third-party services. We are not responsible for their availability, accuracy, or policies:

| Service             | Purpose                      | Their terms                                              |
| ------------------- | ---------------------------- | -------------------------------------------------------- |
| Apple EventKit      | Read/write iOS Calendar data | Apple's Terms                                            |
| Google Calendar API | Fetch events with OAuth 2.0  | [Google Terms](https://policies.google.com/terms)        |
| RevenueCat          | Subscription management      | [RevenueCat Privacy](https://www.revenuecat.com/privacy) |
| Apple StoreKit      | In-app purchases             | Apple's Terms                                            |

## 9. Disclaimer of warranties

The app is provided "as is" and "as available" without warranties of any kind, whether express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement.

We do not guarantee that:

* The app will be uninterrupted, error-free, or secure.
* Widget data will always be perfectly current (iOS controls widget refresh timing).
* Calendar sync will always succeed (depends on network availability and third-party APIs).
* Google Calendar sync limits (currently 2 per week) will remain unchanged.

## 10. Limitation of liability

To the maximum extent permitted by applicable law, we shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of data, missed events, scheduling errors, or missed deadlines arising from the use of the app.

Our total liability for any claim related to the app shall not exceed the amount you paid for the app or subscription in the 12 months preceding the claim.

## 11. Changes to these terms

We may update these Terms from time to time. Updated Terms will be posted on this page with a new effective date. Continued use of the app after changes constitutes acceptance of the revised Terms.

## 12. Governing law

These Terms are governed by and construed in accordance with the laws of the United States, without regard to its conflict of laws provisions.

## 13. Contact

For questions about these Terms, contact us at **<support@calndly.app>**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://monthly-calender-widgets.gitbook.io/docs/privacy-and-support/terms.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.
