I have noticed that calendars are everywhere, also in the app i'm making. Everyone has some calendar they use, so why use mine? But my app's calendar is important for the task in the app, so i'm thinking if there are ways or resources to import data from other calendars and also export data, for instance from and to google calendar? preferrably related to asp.net core.
I'm thinking of just getting months and dates, strings and numbers into an html table, and how I would design my calender to make the import/export work?
I'm sorry if this question is vague, but all help is very appreciated.