-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
222 lines (202 loc) · 11.3 KB
/
support.html
File metadata and controls
222 lines (202 loc) · 11.3 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!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="Support for Schedule Calendar: fixes for missing events, notifications, account switching, meeting joins, and setup questions.">
<title>Support - Schedule Calendar</title>
<link rel="canonical" href="https://calendar-extension.site/support.html">
<meta property="og:title" content="Support - Schedule Calendar">
<meta property="og:description" content="Support for Schedule Calendar: fixes for missing events, notifications, account switching, meeting joins, and setup questions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://calendar-extension.site/support.html">
<meta property="og:image" content="https://calendar-extension.site/images/screenshot1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Support - Schedule Calendar">
<meta name="twitter:description" content="Support for Schedule Calendar: fixes for missing events, notifications, account switching, meeting joins, and setup questions.">
<meta name="twitter:image" content="https://calendar-extension.site/images/screenshot1.png">
<link rel="stylesheet" href="./css/style.css?v=20260606">
<link rel="icon" type="image/png" href="./images/logo.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">
</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="Schedule Calendar Logo" class="logo" width="42" height="42">
<a href="./index.html" class="brand-name">Schedule Calendar</a>
</div>
<ul class="nav-menu">
<li><a href="./index.html">Home</a></li>
<li><a href="./google-calendar-event-checker.html">Event Checker</a></li>
<li><a href="./privacy-policy.html">Privacy</a></li>
<li><a href="./terms-of-service.html">Terms</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="page-main">
<div class="container">
<section class="page-hero">
<div class="eyebrow">Support that starts with the fastest fix</div>
<h1 class="article-title">Get unblocked with Schedule Calendar.</h1>
<p class="article-intro">
Most issues fall into a few common patterns: no events showing, notifications not firing, meeting
links not opening, or the wrong Google account being active. Start here before sending an email.
</p>
<div class="hero-tags">
<span class="mini-chip">Missing events</span>
<span class="mini-chip">Notifications</span>
<span class="mini-chip">Meeting joins</span>
<span class="mini-chip">Multiple accounts</span>
</div>
</section>
<section class="page-layout">
<div class="page-content-card">
<h2 class="section-title">Top fixes users need most often</h2>
<div class="task-grid">
<article class="task-card">
<strong>I do not see my calendar events</strong>
<p>Check that you are signed in to the right Google account, refresh the popup, and confirm
the extension still has Calendar access.</p>
</article>
<article class="task-card">
<strong>Notifications are not showing up</strong>
<p>Verify browser notification permissions, then make sure reminders are enabled inside the
extension settings.</p>
</article>
<article class="task-card">
<strong>I cannot join a meeting from the popup</strong>
<p>Make sure the event actually contains a Meet, Zoom, or Teams link and check whether a
popup blocker is interfering.</p>
</article>
<article class="task-card">
<strong>The wrong Google account is active</strong>
<p>Switch accounts inside the extension and confirm that the desired accounts are already
logged into Chrome.</p>
</article>
</div>
<h2 class="section-title">Quick setup checklist</h2>
<div class="step-grid">
<article class="step-card">
<span class="step-number-badge">1</span>
<strong>Install and pin</strong>
<p>Add Schedule Calendar from the Chrome Web Store and pin it so it stays one click away.
</p>
</article>
<article class="step-card">
<span class="step-number-badge">2</span>
<strong>Grant access</strong>
<p>Accept the permissions prompt so the extension can read your Google Calendar events.</p>
</article>
<article class="step-card">
<span class="step-number-badge">3</span>
<strong>Check settings</strong>
<p>Review notification timing, account selection, and any other preferences that affect
your daily workflow.</p>
</article>
</div>
<div class="inline-note">
<strong>Before emailing support:</strong> refresh Chrome, reopen the popup, and check whether
your events appear correctly in Google Calendar on the web. That often narrows the problem
immediately.
</div>
<h2 class="section-title">Detailed troubleshooting</h2>
<div class="quick-answers">
<article class="quick-answer">
<strong>Events not loading</strong>
<p>Sign out and back in, refresh the popup, and verify Calendar permissions in Chrome.</p>
</article>
<article class="quick-answer">
<strong>Notifications missing</strong>
<p>Enable browser notifications, then confirm reminder settings inside the extension.</p>
</article>
<article class="quick-answer">
<strong>Meeting button not working</strong>
<p>Check the event details for a valid link and temporarily disable popup blockers.</p>
</article>
<article class="quick-answer">
<strong>Extension loading issues</strong>
<p>Restart Chrome, update the browser, and temporarily disable conflicting extensions.</p>
</article>
</div>
</div>
<aside class="page-aside">
<h3>Fastest path to help</h3>
<p>For technical issues or account-specific problems, email support and include what you already
tried plus a short description of what the popup is showing.</p>
<a href="mailto:tdallstr@gmail.com" class="btn btn-primary">tdallstr@gmail.com</a>
<div class="aside-links">
<a href="./google-calendar-event-checker.html">How the event checker works</a>
<a href="./privacy-policy.html">Privacy questions</a>
<a href="./terms-of-service.html">Terms of Service</a>
</div>
<div class="inline-note">
<strong>Typical response time:</strong> 24-48 business hours.
</div>
<h3>System requirements</h3>
<ul>
<li>Google Chrome 88 or newer</li>
<li>Active internet connection</li>
<li>Google account with Calendar access</li>
<li>Notifications permission if you want reminders</li>
</ul>
</aside>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-card">
<div class="nav-brand">
<img src="./images/logo.png" alt="Schedule Calendar logo" class="footer-logo" width="42"
height="42">
<span class="footer-brand-name">Schedule Calendar</span>
</div>
<p class="footer-description">Practical help for the moments when the popup, account, or meeting
handoff is not behaving as expected.</p>
</div>
<div class="footer-card">
<h4>Support topics</h4>
<ul class="footer-links">
<li><a href="./google-calendar-event-checker.html">Event checker</a></li>
<li><a href="./privacy-policy.html">Privacy Policy</a></li>
<li><a href="./terms-of-service.html">Terms of Service</a></li>
</ul>
</div>
<div class="footer-card">
<h4>Explore</h4>
<ul class="footer-links">
<li><a href="./index.html">Home</a></li>
<li><a href="./blog/">Blog</a></li>
<li><a href="mailto:tdallstr@gmail.com">Email support</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Schedule Calendar. All rights reserved.</p>
</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>