-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (69 loc) · 3.68 KB
/
index.html
File metadata and controls
69 lines (69 loc) · 3.68 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Year-view planner for your Google Calendar events. Free and open-source."/>
<meta name="google-site-verification" content="opI-WEBlK2jop1tsX3bOa5eD8lj_J70Ybqag-j8gPgc" />
<link rel="icon" href="vp.png">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Material+Icons">
<title>visual-planner | Google Calendar Year View</title>
<style>
body {margin: 2em;}
a {text-decoration: none; color: #3f67dd;}
h4 {padding-top: 1em;}
.material-icons {font-size: 1em; vertical-align: sub; padding-right: 0.5em;}
</style>
</head>
<body>
<table>
<tr>
<td>
<a href="vp.htm"><img src="vp.png" style="padding-right: 1em;"/></a>
</td>
<td>
<h1>visual-planner</h1>
<p>Year-view planner for Google Calendar</p>
</td>
</tr>
</table>
<p>Open <a href="vp.htm" target="_blank">visual-planner</a>.</p>
<p>The planner only shows events from calendars which are currently selected and visible in Google Calendar. Any of the loaded calendars can then be hidden by clicking the relevant button at the bottom of the page.</p>
<div>
<p><span class="material-icons">view_column</span>Display the planner in Column layout.</p>
<p><span class="material-icons">view_list</span>Display the planner in List layout.</p>
<p><span class="material-icons">calendar_view_day</span>Expand/collapse event labels.</p>
<p><span class="material-icons">dark_mode</span>Toggle Dark Mode on/off.</p>
<p><span class="material-icons">refresh</span>Sync events with Google Calendar.</p>
<p><span class="material-icons">sync_alt</span>Continue scrolling by reloading at the current position.</p>
<p><span class="material-icons">print</span>Open print-friendly page.</p>
<p><span class="material-icons">settings</span>Settings.</p>
<p><span class="material-icons">backup</span>Save settings.</p>
<p><span class="material-icons">cancel</span>Cancel changes to settings.</p>
</div>
<p>For more information please visit the <a href="https://groups.google.com/group/visual-planner-discuss">discussion group</a>.</p>
<h4 id="privacy-policy">Privacy Policy</h4>
<p>When you open visual-planner, you will be asked for permission to access your account in the following manner:<p>
<ol>
<li>
<p>View your calendars</p>
<p>Allowing this access enables visual-planner to display your calendar events in a year-view format that provides a much wider and more flexible overview of your future and past events than is available with Google Calendar.</p>
<p>visual-planner <b>DOES NOT</b> transfer, store or share any of this data or any other personal information.</p>
</li>
<li>
<p>View and manage its own configuration data in your Google Drive</p>
<p>Allowing this access enables visual-planner to remember your app settings for each session and across your devices. It <b>DOES NOT</b> grant visual-planner any kind of access to your Drive documents and files.</p>
</li>
</ol>
<div style="padding-top: 2em; text-align: center;">
<p>This software project is funded by voluntary donation.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="business" value="XP2TVRFHUYZQE" />
<input type="hidden" name="item_name" value="visual-planner" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</body>
</html>