raphael 056779f7d2 adds ical url handling
- icalToCalendarDB converts the information the user puts into the form
  on the calendar.html page and pulls the calendar from the url.
  It then passes it into the database.

- fetchCanedarEvents gets all events within a startDate and an endDate
  and removes any all day events. This is currently a bit costly, because
  it takes some time for the ics library to download the entire .ical
  file from the url. Then it goes through every entry ever added to the
  file and saves only the future events.
2020-07-25 18:03:02 +02:00
2020-03-13 21:46:14 +01:00
2020-07-25 18:03:02 +02:00
2020-05-17 22:57:43 +02:00
2020-05-18 23:49:26 +02:00
2020-07-25 18:03:02 +02:00

Requirements

from this google tutorial

to run the scripts in this repository, please install pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

Description
No description provided
Readme 86 KiB
Languages
Python 100%