-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms-of-service.html
More file actions
158 lines (141 loc) · 7.89 KB
/
Copy pathterms-of-service.html
File metadata and controls
158 lines (141 loc) · 7.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms of Service for Calendar Extension for Google Calendar™. Review the conditions for using the extension and related services.">
<meta name="keywords" content="terms of service, Calendar Extension for Google Calendar™, Chrome extension terms">
<title>Terms of Service - Calendar Extension for Google Calendar™</title>
<link rel="stylesheet" href="./css/style.css?v=20260706">
<link rel="icon" type="image/x-icon" href="./favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel="stylesheet">
<link rel="canonical" href="https://calendar-extension.site/terms-of-service.html">
<meta property="og:title" content="Terms of Service - Calendar Extension for Google Calendar™">
<meta property="og:description" content="Review the terms for using Calendar Extension for Google Calendar™ and related services.">
<meta property="og:url" content="https://calendar-extension.site/terms-of-service.html">
<meta property="og:type" content="website">
</head>
<body class="schedule-article">
<div class="scroll-progress"></div>
<header class="header">
<nav class="navbar">
<div class="container">
<div class="nav-brand">
<img src="./images/logo.png" alt="Calendar Extension for Google Calendar™ Logo" class="logo">
<a href="./index.html" class="brand-name">Calendar Extension for Google Calendar™</a>
</div>
<ul class="nav-menu">
<li><a href="./index.html">Home</a></li>
<li><a href="./support.html">Support</a></li>
<li><a href="./privacy-policy.html">Privacy</a></li>
</ul>
<button class="hamburger" aria-label="Toggle navigation menu" aria-expanded="false" tabindex="0">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
</div>
</nav>
</header>
<div class="nav-overlay"></div>
<main class="legal-page">
<div class="container">
<div class="legal-header">
<h1>Terms of Service</h1>
<p class="last-updated">Last Updated: <strong>March 19, 2026</strong></p>
<div class="policy-summary">
<p>These Terms of Service explain the rules for using Calendar Extension for Google Calendar™, the website, and related
support resources.</p>
</div>
</div>
<section class="legal-section">
<h2>1. Acceptance of Terms</h2>
<p>By installing or using Calendar Extension for Google Calendar™, you agree to these Terms of Service. If you do not agree,
please discontinue use of the extension and related website services.</p>
</section>
<section class="legal-section">
<h2>2. Service Description</h2>
<p>Calendar Extension for Google Calendar™ is a Chrome extension and supporting website designed to help you access Google
Calendar information more quickly from your browser toolbar.</p>
<p>The service may evolve over time, and features may be added, removed, or adjusted without prior
notice.</p>
</section>
<section class="legal-section">
<h2>3. Your Responsibilities</h2>
<ul>
<li>Use the extension in compliance with applicable laws and platform policies.</li>
<li>Maintain the security of your browser, Google account, and connected devices.</li>
<li>Do not misuse the service in ways that disrupt the experience for others.</li>
</ul>
</section>
<section class="legal-section">
<h2>4. Google Services</h2>
<p>Calendar Extension for Google Calendar™ depends on Google Calendar data and related Google services. Your use of those
services remains subject to Google's own terms, privacy policies, and technical availability.</p>
</section>
<section class="legal-section">
<h2>5. Acceptable Use</h2>
<p>You agree not to:</p>
<ul>
<li>Attempt to interfere with the extension, website, analytics, or related infrastructure.</li>
<li>Reverse engineer or redistribute the service in ways not permitted by law.</li>
<li>Use the service to transmit harmful, deceptive, or unlawful content.</li>
</ul>
</section>
<section class="legal-section">
<h2>6. Intellectual Property</h2>
<p>The Calendar Extension for Google Calendar™ name, branding, interface design, website materials, and original content are
owned by the Calendar Extension for Google Calendar™ team unless otherwise stated.</p>
</section>
<section class="legal-section">
<h2>7. Availability and Changes</h2>
<p>We aim to keep the extension and website available, but we do not guarantee uninterrupted access,
specific feature availability, or compatibility with every browser version at all times.</p>
</section>
<section class="legal-section">
<h2>8. Disclaimer</h2>
<p>Calendar Extension for Google Calendar™ is provided on an "as is" and "as available" basis. To the fullest extent allowed
by law, we disclaim warranties of merchantability, fitness for a particular purpose, and
non-infringement.</p>
</section>
<section class="legal-section">
<h2>9. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, Calendar Extension for Google Calendar™ will not be liable for indirect,
incidental, special, consequential, or punitive damages arising from your use of the service.</p>
</section>
<section class="legal-section">
<h2>10. Changes to These Terms</h2>
<p>We may update these Terms of Service from time to time. Continued use of the extension or website
after changes become effective means you accept the revised terms.</p>
</section>
<section class="legal-section">
<h2>11. Contact</h2>
<p>If you have questions about these terms, please contact us via the <a href="./support.html">support
page</a>.</p>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer-bottom">
<p>© 2026 Calendar Extension for Google Calendar™. All rights reserved.</p>
<div class="footer-links">
<a href="./index.html">Home</a>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./support.html">Support</a>
</div>
</div>
</div>
</footer>
<button class="back-to-top" aria-label="Back to top">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" />
</svg>
</button>
<script src="./js/script.js?v=20260606"></script>
</body>
</html>