calendarwatch_frontend/server/template
raphael 752c7c5577 adds ical input to calendar html templates and implements data handling
- the icalHandler in the backend is used in two instances. First, when
  the user adds a new ical calendar into the database, routes.py passes
  the information (name and url) to the ical Handler. The calendars are
  saved in the database as type 'ical'.

  Then, when a connected device pulls current events, all the calendars
  which are of type 'ical' are pulled and parsed for current events.
  See the backend commit for details on what happens there.

- All google Calendar related functions now have an additional check,
  to make sure that the calendar they are working on is of type 'Google'.
2020-07-25 18:05:55 +02:00
..
account.html updates account design 2020-05-21 11:37:52 +02:00
base_navigation.html updates images, changes step description 2020-06-11 13:55:02 +02:00
base.html adds privacy policy and page footer 2020-05-29 20:30:37 +02:00
calendar.html adds ical input to calendar html templates and implements data handling 2020-07-25 18:05:55 +02:00
devices.html code cleanup and comments 2020-07-10 10:55:01 +02:00
emaillogin.html adds email login and registration forms 2020-04-23 17:11:23 +00:00
footer.html update footer css 2020-05-29 20:32:44 +02:00
login.html adds a landing page which gives an overview of the tool 2020-06-06 20:02:18 +02:00
privacy.html adds privacy policy and page footer 2020-05-29 20:30:37 +02:00
register.html adds a landing page which gives an overview of the tool 2020-06-06 20:02:18 +02:00
sidebar.html adds privacy policy and page footer 2020-05-29 20:30:37 +02:00
startpage.html updates images, changes step description 2020-06-11 13:55:02 +02:00
view.html adds view mode design 2020-05-21 15:38:22 +02:00