-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
717 lines (659 loc) · 39.4 KB
/
index.html
File metadata and controls
717 lines (659 loc) · 39.4 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com https://ssl.google-analytics.com https://cloud.umami.is 'sha256-0yLnmh9VEnWZsbVPUeeuh/yl08d4W+3L5Mm2D+qnFRQ=' 'sha256-NExfqzgyhCC4P5sfNnjcrqAQ+GIhVjrztM2cPfTJb1A='; style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com https://*.google-analytics.com https://*.analytics.google.com https://www.google.com https://cloud.umami.is https://gateway.umami.is https://api-gateway.umami.dev https://api-gateway.umami.is; frame-src 'none'; object-src 'none';">
<meta name="description"
content="Schedule Calendar helps you see today's timeline, know what starts next, and jump into meetings without reopening Google Calendar in another tab.">
<meta name="keywords"
content="Schedule Calendar, Google Calendar Chrome extension, day timeline, meeting join extension, quick calendar popup, Google Calendar toolbar">
<meta name="author" content="Schedule Calendar Team">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://calendar-extension.site/">
<meta name="theme-color" content="#FFFFFF">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Schedule Calendar">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Schedule Calendar">
<link rel="preload" href="./css/style.css?v=20260606" as="style">
<link rel="preload" href="./js/script.js?v=20260606" as="script">
<link rel="preload" href="./images/logo.png" as="image">
<meta property="og:title" content="Schedule Calendar | See what's next without leaving your tab">
<meta property="og:description"
content="A calmer Google Calendar companion for Chrome with day timeline, time-to-event chips, quick add, and one-click meeting joins.">
<meta property="og:image" content="https://calendar-extension.site/images/logo.png">
<meta property="og:url" content="https://calendar-extension.site/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Schedule Calendar | See what's next without leaving your tab">
<meta name="twitter:description"
content="A calmer Google Calendar companion for Chrome with day timeline, time-to-event chips, quick add, and one-click meeting joins.">
<meta name="twitter:image" content="https://calendar-extension.site/images/logo.png">
<title>Schedule Calendar | See today's timeline and what's next</title>
<link rel="stylesheet" href="./css/style.css?v=20260606">
<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="icon" type="image/png" sizes="32x32" href="./images/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/logo.png">
<link rel="apple-touch-icon" href="./images/logo.png">
<link rel="manifest" href="./manifest.json">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QXGVPVCSRT"></script>
<script defer src="https://cloud.umami.is/script.js"
data-website-id="eca3946f-ed95-4138-87ae-1e05ebd69769"></script>
<script defer src="./js/analytics.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Schedule Calendar",
"description": "Schedule Calendar is a Chrome companion for Google Calendar with a fast day timeline, time-to-event chips, quick add, and one-click meeting joins.",
"url": "https://calendar-extension.site/",
"applicationCategory": "BrowserApplication",
"operatingSystem": "Chrome",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"ratingCount": "39"
},
"author": {
"@type": "Organization",
"name": "Schedule Calendar Team"
},
"featureList": [
"Day, week, and month views from the toolbar",
"Time-to-event chips for quick context",
"One-click Google Meet, Zoom, and Teams joins",
"Quick add plus fast fallback to full Google Calendar"
],
"downloadUrl": "https://chromewebstore.google.com/detail/google-calendar-extension/dfbpjijneaihingmldgpgcodglkoamoe",
"softwareVersion": "2.81",
"dateModified": "2026-03-19"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What does Schedule Calendar help with?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Schedule Calendar helps you see today's timeline, understand what starts next, and jump into meetings quickly without opening the full Google Calendar interface."
}
},
{
"@type": "Question",
"name": "Can I use Schedule Calendar as a quick event checker?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. It is designed for fast checks: what is happening now, what starts soon, and whether you need to open the full calendar or just move to the next meeting."
}
},
{
"@type": "Question",
"name": "Does it support Google Meet and Zoom links?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. When meeting links are present in calendar events, Schedule Calendar surfaces them so you can join faster."
}
},
{
"@type": "Question",
"name": "Is Schedule Calendar free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Schedule Calendar is free to install and use."
}
}
]
}
</script>
</head>
<body class="schedule-home" id="page-top">
<a href="#main-content" class="skip-to-content sr-only">Skip to main content</a>
<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">
<span class="brand-name">Schedule Calendar</span>
</div>
<ul class="nav-menu">
<li><a href="#anatomy">How it works</a></li>
<li><a href="#workflow">Workflow</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="./blog/">Blog</a></li>
<li><a href="./support.html">Support</a></li>
<li>
<a href="https://chromewebstore.google.com/detail/google-calendar-extension/dfbpjijneaihingmldgpgcodglkoamoe"
class="btn btn-primary btn-sm" target="_blank" rel="noopener">
Add to Chrome
</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 id="main-content">
<section class="hero">
<div class="container hero-grid">
<div class="hero-copy">
<div class="eyebrow">
<span class="signal-dot"></span>
Built for the 3-second calendar check
</div>
<h1 class="hero-title">See what’s next, then get back to work.</h1>
<p class="hero-description">
Schedule Calendar brings today’s timeline, time-to-event chips, quick add, and meeting joins
into the toolbar, so the full Google Calendar tab stays reserved for heavier planning.
</p>
<div class="hero-actions">
<a href="https://chromewebstore.google.com/detail/google-calendar-extension/dfbpjijneaihingmldgpgcodglkoamoe"
class="btn btn-primary btn-large" target="_blank" rel="noopener">
Add to Chrome
</a>
<a href="#workflow" class="hero-secondary-link">See how it fits a workday</a>
</div>
<p class="hero-proof-note">
<strong>4.6 / 5 from 39 reviews on the Chrome Web Store.</strong>
Free to install — best when you need a fast schedule check, a quick join, or a small
planning move without falling into a full calendar tab.
</p>
</div>
<div class="hero-stage">
<div class="product-mockup">
<div class="mockup-shell">
<div class="mockup-topbar">
<div class="mockup-brand">
<div class="mockup-brand-badge">SC</div>
<div class="mockup-brand-text">
<strong>Schedule Calendar</strong>
<span>Today at a glance</span>
</div>
</div>
<div class="mockup-toolbar">
<span class="mockup-icon">🔍</span>
<span class="mockup-avatar">C</span>
</div>
</div>
<div class="mockup-days">
<div class="mockup-day"><span>SUN</span><strong>1</strong></div>
<div class="mockup-day"><span>MON</span><strong>2</strong></div>
<div class="mockup-day"><span>TUE</span><strong>3</strong></div>
<div class="mockup-day"><span>WED</span><strong>4</strong></div>
<div class="mockup-day"><span>THU</span><strong>5</strong></div>
<div class="mockup-day"><span>FRI</span><strong>6</strong></div>
<div class="mockup-day is-active"><span>SAT</span><strong>7</strong></div>
<div class="mockup-view-pill">Day</div>
</div>
<div class="mockup-timeline">
<div class="mockup-range-label is-top">00:00 — 10:00</div>
<div class="mockup-time mockup-time--10">10:00</div>
<div class="mockup-time mockup-time--11">11:00</div>
<div class="mockup-time mockup-time--12">12:00</div>
<div class="mockup-time mockup-time--14">14:00</div>
<div class="mockup-time mockup-time--15">15:00</div>
<div class="mockup-gridline mockup-gridline--1 is-dashed"></div>
<div class="mockup-gridline mockup-gridline--2"></div>
<div class="mockup-gridline mockup-gridline--3"></div>
<div class="mockup-gridline mockup-gridline--4"></div>
<div class="mockup-gridline mockup-gridline--5"></div>
<div class="mockup-gridline mockup-gridline--6"></div>
<div class="mockup-gridline mockup-gridline--7 is-dashed"></div>
<div class="mockup-nowline mockup-nowline--current"><span></span></div>
<article class="mockup-event mockup-event--one">
<div class="mockup-event-row">
<div>
<div class="mockup-event-time">12:00 - 12:30</div>
<div class="mockup-event-title">Daily</div>
</div>
<span class="mockup-chip">in 24 min</span>
</div>
</article>
<article class="mockup-event mockup-event--two">
<div class="mockup-event-row">
<div>
<div class="mockup-event-time">14:00 - 14:30</div>
<div class="mockup-event-title">Client call</div>
</div>
<span class="mockup-chip is-muted">in 2 h 24 m</span>
</div>
</article>
<div class="mockup-range-label is-bottom">16:00 — 24:00</div>
</div>
<button class="mockup-fab" aria-label="Add event">+</button>
<div class="mockup-footer">
<span class="is-primary">Open Google Calendar</span>
<span>Rate</span>
<span>Share</span>
<span>Support</span>
</div>
</div>
</div>
<div class="hero-note hero-note--timeline">
<div class="ui-pill">Live timeline</div>
<p class="hero-note-title">Recover context in one glance</p>
<p>The hour grid and now line tell you whether the next decision is “keep working” or “switch
gears.”</p>
</div>
<div class="hero-note hero-note--quick-add">
<div class="ui-pill">Quick action</div>
<p class="hero-note-title">Stay in the toolbar for the small stuff</p>
<p>Add something quickly, open the next meeting, or escalate to full Calendar only when the job
gets bigger.</p>
</div>
</div>
</div>
</section>
<section id="anatomy" class="section">
<div class="container">
<div class="section-header">
<span class="section-kicker">Inside the interface</span>
<h2 class="section-title">Why the popup feels fast in actual use.</h2>
<p class="section-subtitle">
The strongest parts are the small ones: orienting yourself, judging urgency, and deciding
whether the popup is enough or the full calendar is worth opening.
</p>
</div>
<div class="anatomy-grid">
<div class="anatomy-list">
<article class="anatomy-card">
<strong>1. Day strip for orientation</strong>
<p>The top row tells you where you are in the week without forcing a full calendar context
switch.</p>
</article>
<article class="anatomy-card">
<strong>2. Timeline for actual time awareness</strong>
<p>Users do not just want a list of events. They want to feel the spacing between them.</p>
</article>
<article class="anatomy-card">
<strong>3. Time-to-event chips for instant decisions</strong>
<p>This is one of the most useful micro-patterns in the UI because it tells you whether to
prepare, keep working, or join now.</p>
</article>
<article class="anatomy-card">
<strong>4. Quick add and full-calendar escape hatch</strong>
<p>The popup should be enough for fast actions, while “Open Google Calendar” stays there for
the heavier planning tasks.</p>
</article>
</div>
<div class="product-mockup is-compact">
<div class="mockup-shell is-short">
<div class="mockup-nav">
<div class="mockup-tab is-active">Day</div>
<div class="mockup-tab">Week</div>
<div class="mockup-tab">Month</div>
</div>
<div class="mockup-timeline">
<div class="mockup-range-label is-top">What the user sees first</div>
<div class="mockup-time mockup-time--compact-12">12:00</div>
<div class="mockup-time mockup-time--compact-14">14:00</div>
<div class="mockup-gridline mockup-gridline--compact-1"></div>
<div class="mockup-gridline mockup-gridline--compact-2"></div>
<article class="mockup-event mockup-event--compact-one">
<div class="mockup-event-row">
<div>
<div class="mockup-event-time">Daily</div>
<div class="mockup-event-title">The next thing that matters</div>
</div>
<span class="mockup-chip">24 min</span>
</div>
</article>
<article class="mockup-event mockup-event--compact-two">
<div class="mockup-event-row">
<div>
<div class="mockup-event-time">Client call</div>
<div class="mockup-event-title">A later commitment with room before it</div>
</div>
<span class="mockup-chip is-muted">2 h 24 m</span>
</div>
</article>
<div class="ui-annotation ui-annotation--top">
<div class="ui-pill">Recover context</div>
<p>Users can understand the next hours in seconds.</p>
</div>
<div class="ui-annotation ui-annotation--middle">
<div class="ui-pill">Decide quickly</div>
<p>Urgency is visible before any click into the event.</p>
</div>
<div class="ui-annotation ui-annotation--bottom">
<div class="ui-pill">Stay moving</div>
<p>The popup helps you act, then return to work.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="section">
<div class="container">
<div class="section-header">
<span class="section-kicker">What users actually get</span>
<h2 class="section-title">Three reasons people keep it pinned.</h2>
<p class="section-subtitle">
The value is simple: get oriented fast, act without friction, and leave before the interface
turns into a heavier planning session.
</p>
</div>
<div class="feature-grid">
<article class="feature-card">
<div class="feature-icon">01</div>
<h3>Re-enter the day in seconds</h3>
<p>Open the popup, read the timeline, and know whether you still have room to focus before the
next meeting.</p>
</article>
<article class="feature-card">
<div class="feature-icon">02</div>
<h3>Act from the schedule, not around it</h3>
<p>Meeting joins, quick add, and the full-calendar escape hatch stay close to the event so the
next action is obvious.</p>
</article>
<article class="feature-card">
<div class="feature-icon">03</div>
<h3>Keep full Google Calendar for bigger edits</h3>
<p>Use day, week, or month when the question is small, then jump out only when planning becomes
more complex.</p>
</article>
</div>
</div>
</section>
<section id="workflow" class="section">
<div class="container">
<div class="section-header">
<span class="section-kicker">Workflow snapshots</span>
<h2 class="section-title">What people actually open it for.</h2>
<p class="section-subtitle">The product is strongest in the small gaps between work, not during
long setup sessions.</p>
</div>
<div class="workflow-shell" data-mode="catchup">
<div class="workflow-controls">
<div class="workflow-toggle-row">
<button class="workflow-toggle active" type="button" data-mode="catchup"
data-meter-label="Fastest win"
data-meter-title="Recover context without reopening a full tab"
data-meter-copy="The popup tells you whether you can keep focusing or should start preparing."
data-callout-pill="Back from focus"
data-callout-title="Re-enter the day without losing momentum"
data-callout-copy="The first useful answer is not the whole calendar. It is the next thing that matters."
aria-pressed="true">Back from focus</button>
<button class="workflow-toggle" type="button" data-mode="meetings"
data-meter-label="Fastest win"
data-meter-title="Turn the popup into the handoff into the call"
data-meter-copy="The meeting card becomes the transition point instead of another trip through tabs and email."
data-callout-pill="Before a call"
data-callout-title="Get the context you need right before you join"
data-callout-copy="Confirm the title, timing, and meeting action in one stop, then move straight into the call."
aria-pressed="false">Before a call</button>
<button class="workflow-toggle" type="button" data-mode="plan"
data-meter-label="Fastest win"
data-meter-title="Handle the small planning move and move on"
data-meter-copy="Use the popup when the question is lightweight, then promote the task to full Calendar only if it grows."
data-callout-pill="Quick planning"
data-callout-title="Make the small decision here, not in a full scheduling detour"
data-callout-copy="It stays useful for tiny adjustments, availability checks, and quick adds that do not deserve a larger context switch."
aria-pressed="false">Quick planning</button>
</div>
<div class="workflow-panels">
<div class="workflow-panel active" data-mode="catchup">
<p class="workflow-summary">
You finish a deep work block and need to re-enter the schedule without losing too
much attention. The popup gives you immediate situational awareness.
</p>
<ul class="workflow-list">
<li>Check the day strip and current timeline position.</li>
<li>See whether the next event is close or still far enough away.</li>
<li>Return to work or start preparing based on the chip and event placement.</li>
</ul>
</div>
<div class="workflow-panel" data-mode="meetings" hidden>
<p class="workflow-summary">
Right before a meeting, the fastest path is not “open Google Calendar and start
digging.” It is “open the popup and act from there.”
</p>
<ul class="workflow-list">
<li>Confirm the event title, time, and status in one glance.</li>
<li>Use the event area as the transition into the correct meeting.</li>
<li>Keep the context-switch smaller, especially on stacked call days.</li>
</ul>
</div>
<div class="workflow-panel" data-mode="plan" hidden>
<p class="workflow-summary">
When the scheduling task is small, users should not pay the cost of a full calendar
detour. The popup stays useful for fast planning decisions.
</p>
<ul class="workflow-list">
<li>Open day, week, or month depending on the question.</li>
<li>Use the add action for small scheduling moves.</li>
<li>Open Google Calendar only when the planning task becomes more complex.</li>
</ul>
</div>
</div>
</div>
<div class="workflow-visual">
<div class="workflow-meter">
<span class="workflow-meter-label">Fastest win</span>
<strong class="workflow-meter-title">Recover context without reopening a full tab</strong>
<p class="workflow-meter-copy">The popup tells you whether you can keep focusing or should
start preparing.</p>
<div class="workflow-track"><span></span></div>
</div>
<div class="workflow-float">
<div class="ui-pill workflow-callout-pill">Back from focus</div>
<h3 class="workflow-callout-title">Re-enter the day without losing momentum</h3>
<p class="workflow-callout-copy">The first useful answer is not the whole calendar. It is
the next thing that matters.</p>
</div>
<img src="./images/screenshot1.png"
alt="Schedule Calendar popup with timeline, upcoming events, and join actions"
class="workflow-image" loading="lazy"
width="576" height="766">
</div>
</div>
</div>
</section>
<section id="insights" class="section">
<div class="container">
<div class="article-highlight">
<div class="article-text">
<span class="section-kicker">From the blog</span>
<h2 class="section-title">Want a little more detail?</h2>
<p class="section-subtitle">
Two quick reads cover the habit behind a calmer week and why toolbar-first access feels
lighter than living in a full calendar tab.
</p>
<div class="hero-actions hero-actions--insights">
<a href="./blog/" class="btn btn-secondary">Browse the blog</a>
</div>
</div>
<div class="article-preview">
<h3>Start here</h3>
<a href="./blog/weekly-calendar-reset.html" class="article-link-card">
<strong>How to run a 15-minute weekly reset</strong>
<span>Clear stale events, protect focus blocks, and stop the week from running ahead of
you.</span>
</a>
<a href="./blog/why-use-chrome-extension-for-calendar.html" class="article-link-card">
<strong>Why a toolbar calendar workflow feels faster</strong>
<span>Keep tiny decisions inside the popup and save the full tab for bigger edits.</span>
</a>
</div>
</div>
</div>
</section>
<section id="reviews" class="section">
<div class="container">
<div class="section-header">
<span class="section-kicker">What users notice</span>
<h2 class="section-title">What users keep pointing out.</h2>
</div>
<div class="testimonial-grid">
<article class="testimonial-card step">
<div class="testimonial-meta">
<div class="avatar">BW</div>
<div>
<h3>Quick meeting handoff</h3>
<div class="rating">★★★★★</div>
</div>
</div>
<p>"I like the short meeting summaries as well as direct forwarding to meeting tool."</p>
</article>
<article class="testimonial-card step">
<div class="testimonial-meta">
<div class="avatar">AV</div>
<div>
<h3>Clean daily orientation</h3>
<div class="rating">★★★★★</div>
</div>
</div>
<p>"Perfect UI and functionality."</p>
</article>
<article class="testimonial-card step">
<div class="testimonial-meta">
<div class="avatar">AI</div>
<div>
<h3>Lightweight enough to use constantly</h3>
<div class="rating">★★★★★</div>
</div>
</div>
<p>"Great and very user-friendly."</p>
</article>
</div>
</div>
</section>
<section class="section faq">
<div class="container">
<div class="section-header">
<span class="section-kicker">FAQ</span>
<h2 class="section-title">Questions before you install.</h2>
</div>
<div class="faq-grid">
<div class="faq-item">
<button class="faq-question" type="button" aria-expanded="false"
aria-controls="home-faq-answer-1">
<h3>Why use Schedule Calendar instead of keeping Google Calendar open all day?</h3>
<span class="faq-toggle">+</span>
</button>
<div class="faq-answer" id="home-faq-answer-1">
<p>Because the popup is better at fast orientation. It helps you answer “what’s next?” and
“how soon?” without reopening the full calendar workspace every time.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question" type="button" aria-expanded="false"
aria-controls="home-faq-answer-2">
<h3>Can it work as a quick event checker?</h3>
<span class="faq-toggle">+</span>
</button>
<div class="faq-answer" id="home-faq-answer-2">
<p>Yes. The day timeline, time-to-event chips, and fast event cards make it useful as a
lightweight event checker throughout the day.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question" type="button" aria-expanded="false"
aria-controls="home-faq-answer-3">
<h3>What if I still need the full Google Calendar interface?</h3>
<span class="faq-toggle">+</span>
</button>
<div class="faq-answer" id="home-faq-answer-3">
<p>That is built into the UX. The popup handles the fast checks and small actions, while
“Open Google Calendar” remains the clear path for heavier planning.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question" type="button" aria-expanded="false"
aria-controls="home-faq-answer-4">
<h3>Where can I learn more or get help?</h3>
<span class="faq-toggle">+</span>
</button>
<div class="faq-answer" id="home-faq-answer-4">
<p>Visit the <a href="./support.html">support page</a> for practical help, or the <a
href="./blog/">blog</a> for workflow tips and planning guides.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section final-cta">
<div class="container">
<div class="final-cta-card">
<span class="section-kicker">Ready when you are</span>
<h2 class="section-title">See what's next without leaving your tab.</h2>
<p class="section-subtitle">Add Schedule Calendar to Chrome and keep the full calendar open
only when the planning gets bigger.</p>
<div class="final-cta-actions">
<a href="https://chromewebstore.google.com/detail/google-calendar-extension/dfbpjijneaihingmldgpgcodglkoamoe"
class="btn btn-primary btn-large" target="_blank" rel="noopener">
Add to Chrome
</a>
<span class="final-cta-meta">Free · 4.6 / 5 from 39 reviews</span>
</div>
</div>
</div>
</section>
</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">A toolbar-first companion for Google Calendar that helps users check
the day, act quickly, and get back to work.</p>
</div>
<div class="footer-card">
<h4>Explore</h4>
<ul class="footer-links">
<li><a href="#anatomy">How it works</a></li>
<li><a href="#workflow">Workflow</a></li>
<li><a href="./blog/">Blog</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</div>
<div class="footer-card">
<h4>Resources</h4>
<ul class="footer-links">
<li><a href="./support.html">Support</a></li>
<li><a href="./privacy-policy.html">Privacy Policy</a></li>
<li><a href="./compare-google-calendar-extensions.html">Comparison</a></li>
<li><a href="./google-calendar-event-checker.html">Event Checker</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>