hpi-schul-cloud / schulcloud-calendar

GNU Affero General Public License v3.0
5 stars 2 forks source link

How to access the Calendar (Termine) via CalDav #64

Closed huddx01 closed 7 months ago

huddx01 commented 3 years ago

Hi, is this possible?

If yes, how?

if no - is it planned in future?

janrenz commented 3 years ago

Hi @huddx01 , this is not yet on the roadmap, but sounds like an interesting feature. This data is exposed in the server API already, so the main task here is probably about securing the access. Using OAUTH2 this could be quite easy.

huddx01 commented 3 years ago

Hi @janrenz, thank you. This would be a great improvement, I think. My issue is quite similar to https://github.com/hpi-schul-cloud/schulcloud-calendar/issues/53#issue-738486223

The Kids/Students could integrate their personal Calendar on their PCs and even mobile Phones. And set their individual Reminders on their devices. This would be great.

Due to security, it should not be difficult to implement individual App-Passwords or OAUTH2 Tokens, as you mentioned.