iconjone / ZoomUtils

Zoom Utilities
Apache License 2.0
1 stars 0 forks source link

.ics import/export + calendar #5

Open iconjone opened 4 years ago

iconjone commented 4 years ago

Create export function first, and see if we can reverse it. -> Maybe add straight to google calendar, I think that's just a simple API

iconjone commented 4 years ago

Workarounds so we don't need to require permissions.

Export : https://stackoverflow.com/questions/2153979/chrome-extension-how-to-save-a-file-on-disk

Import:https://www.geeksforgeeks.org/how-to-read-a-local-text-file-using-javascript/