-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
51 lines (44 loc) · 1.92 KB
/
privacy-policy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
body {
font-family: sans-serif;
}
h2 {
margin-top: 2em;
}
h3 {
margin-top: 2em;
}
li {
margin-top: 0.5em;
}
pre {
background-color: #eee;
padding: 1em;
white-space: pre-wrap;
}
</style>
</head>
<body>
<h1>Calendar Signature privacy policy</h1>
<p><em>This privacy policy has been compiled to better serve those who are concerned with how their Personally Identifiable Information is being used. Personally Identifiable Information is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information.</em></p>
<h2>What personal information do we collect?</h2>
<p>Calendar Signature does not collect or share any personal information.</p>
<p>The signature that you manage using the Add-in is stored securely in your private Office 365 settings.</p>
<h2>When do we collect information?</h2>
<p>No information is collected by Calendar Signature.</p>
<h2>How do we use your information?</h2>
<p>No information is collected by Calendar Signature.</p>
<h2>How do we protect your information?</h2>
<p>No information is collected by Calendar Signature.</p>
<h2>Third-party disclosure</h2>
<p>Calendar Signature does not sell, trade or otherwise transfer your information.
<h2>Third-party products or services</h2>
<p>Calendar Signature does not include or offer third-party products or services.
<h2>Contact</h2>
<p>If there are any questions regarding this privacy policy, you may get in touch at the following website: <a href="https://simonrob.github.io/ocsa/">https://simonrob.github.io/ocsa/</a>
</body>
</html>