git.lucas.co / cce-calendar
calendar
git clone https://git.lucas.co/cce-calendar.git

PRIVACY.md (1.6K)

 1 # Privacy policy — cce desktop applications
 2 
 3 This policy covers the "cce" Google OAuth application used by the cce
 4 desktop environment (cce-mail, cce-calendar, cce-list, and the
 5 cce-system-interface settings app), written and used by Lucas Galante.
 6 
 7 ## What the software is
 8 
 9 cce is a personal, open-source Linux desktop environment. It runs entirely on
10 the user's own computer. There is no hosted service, no server operated by the
11 author, and no analytics.
12 
13 ## Data accessed through Google
14 
15 When a user signs in with Google, the software may request access to:
16 
17 - Gmail (`https://mail.google.com/`) — to read and send that user's own mail
18   over IMAP/SMTP in cce-mail.
19 - Google Tasks — to read and update that user's own task lists in cce-list.
20 - Google Calendar (read-only) — to display that user's own events in
21   cce-calendar.
22 - The account's email address — to label the account in the settings app.
23 
24 ## How data is used and stored
25 
26 Data is fetched only to display it to the same user on their own machine, and
27 to write back changes that user makes (a task ticked off, a mail sent). Mail,
28 events, and tasks are cached in plain files under the user's home directory.
29 OAuth tokens are stored in the user's local configuration directory. Nothing
30 is transmitted to any party other than Google's own APIs, and nothing is sold,
31 shared, or used for advertising or model training.
32 
33 ## Retention and deletion
34 
35 All data lives on the user's computer and is deleted by removing the account
36 in the settings app or deleting the cache files. Access can be revoked at any
37 time at https://myaccount.google.com/permissions.
38 
39 ## Contact
40 
41 [email protected]