rianjs / ical.net

ical.NET - an open source iCal library for .NET
MIT License
782 stars 230 forks source link

Not an issue, trying to find out what ical.net can do for me #454

Open Torquai opened 5 years ago

Torquai commented 5 years ago

Ok, so I am speccing out a project these days, and trying to tie in good 3rdparty software to help me.

So I came across ical.net, but I am having trouble figuring out exactly what it does.

What I am looking to do is become a ical-server. Each user will add their own calendar to their phones, and based on what management decides, their calendar is updated.

I am thinking to host this as a webapi where the user can also log in and view his of hers calendar. As well as management can view all calendars for their employees.

So, will ical.net help me do this? Or will I have to find a way to use google calendar apis?

Thanks in advance -Thomas