forked from joh/gnome-shell-google-calendar
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathREADME
41 lines (27 loc) · 1.07 KB
/
README
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
gnome-shell-google-calendar
Google Calendar in GNOME Shell
~ What is it?
A D-Bus service that fetches events from Google Calendar and makes them
available for GNOME Shell to display.
~ What do I need?
Python 2.6+ with the following modules:
gtk
dbus
gdata
iso8601
Packages:
gtk-engines
gtk-engine-murrine
gtk-engine-equinox
~ Usage
Run the daemon like so:
./gnome-shell-google-calendar.py
You will be prompted for your Google Calendar email the
first time. A password is not neccesary, as gnome-online-accounts is used.
Once logged in, events from all your calendars should appear in
GNOME Shell's calendar.
To exclude calendars, create a file named "excludes" in the directory
you run "gnome-shell-google-calendar" from, or a file named
".gnome-shell-google-calendar-excludes" in your home directory.
List the title of each calendar you want to exclude on a separate
line.