Commit Graph

7 Commits

Author SHA1 Message Date
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
fec09edb88 adds calendar_type settings to calendar 2020-07-25 11:27:24 +02:00
45cd71cc4b code commenting and cleanup 2020-07-10 10:10:07 +02:00
1a5700e9a0 minor bugfix when None value passed to function 2020-06-06 20:01:38 +02:00
183bf60fc0 fixes bug which would not pass along color Hex value 2020-05-30 23:32:37 +02:00
87a229f791 Large restructure of google and backend separation
- googleHandler now takes care of every google communication and mostly nothing else
- only backend classes for Calendar and Events are used for communication
- backend now takes care of every other interaction

- functionality is still the same though
2020-05-30 23:03:27 +02:00
8d546e37a8 adds regular processing script whichs writes to database in server 2020-04-24 18:23:47 +00:00