Added google calendar integration... Create a calendar event with a comma dilineated title like, 'Show, Seinfeld, false' where the third value is for strict-time.

This commit is contained in:
Justin Emter
2017-07-24 16:08:38 -07:00
parent 1641602ed8
commit 64e4485718
5 changed files with 255 additions and 1 deletions

View File

@@ -18,6 +18,11 @@
line so it looks like:
"Movies" : ["Films"],
6) For Google Calendar integration add you "gkey" to the "plex_token.py" file
...(https://docs.simplecalendar.io/find-google-calendar-id/):
gkey = "the key"
"""
@@ -28,6 +33,7 @@ import plex_token as plex_token
baseurl = 'http://media.home:32400'
token = plex_token.token
gkey = plex_token.gkey
'''
*
@@ -42,3 +48,5 @@ plexLibraries = {
"Music" : ["Music"],
"Commercials" : ["Commercials"],
}
useGoogleCalendar = True