Nuhser / PfaKSys

PfaKSys is a server based inventory management and borrowing system using a Flask webapp for small to medium sized organizations.
https://github.com/Nuhser/PfaKSys/wiki
GNU General Public License v3.0
1 stars 0 forks source link

iCalendar Connection and Sync #5

Open Nuhser opened 2 years ago

Nuhser commented 2 years ago

Description

Implement the connection of iCalendars. There should be an area in the admin settings page where you can import them.

This should have an text field for the calendar link, a checkbox list of categories this calendar contains to turn them on and of and a dropdown for selecting the time interval in which the calendar is synced.

PfaKSys should check the sync the calendar every interval, save all events that have the checked categories and delete the ones that have been deleted from the calendar.


Additional Context

Blocking:

Nuhser commented 2 years ago

Additionally there should be two buttons. One to start the calendar sync manually and one to delete all synced events.