Open StevenJNPearce opened 5 years ago
@StevenJNPearce Good point! I was testing with a cors browser plugin.
Hmm, will users trust the proxy?
Hmm, will users trust the proxy?
Maybe It's better to just have an <input type="file">
, the readme can be updated to instruct users to save the .ics from the secret url in google calendar. This way it would also be easier to migrate from any desktop calendar app that can export .ics
Negative of this is that it wouldn't stay up to date with new changes made on google calendar.
Do you want to send a pull request for the input file addition?
Do you want to send a pull request for the input file addition?
Will do once I get my head round all the code in the app. It's very verbose.
Is there some way to get blockstack login to work from localhost? I can login fine with it served over https from my server, but it wont login when running from npm start
@StevenJNPearce Use 127.0.0.1:3000
Ping me directly on riot, slack (https://blockstack.slack.com/) if you need a quick answer
Could have a file upload dialog where user can choose a .ics file from their PC. Alternatively use something like this: https://github.com/Rob--W/cors-anywhere/
@friedger