Derek Antrican
Derek Antrican
I think one thing helpful to note here is that you could just use the bool and use `Session.getActiveUser().getEmail()` to get the email address. Though I don't know if that...
That's definitely odd. This is from running `install` manually?
That assessment sounds fine to me. I didn't realize that by using `MailApp` instead of `GmailApp` you can restrict the permissions you request (I haven't used `MailApp` much and figured...
Please check out https://github.com/derekantrican/GAS-ICS-Sync/pull/191. I simply removed the last `GmailApp` usage (changed to `MailApp`) and now the "Read, compose, send, and permanently delete all your email from Gmail" is no...
> It seems that after some time it looses the authentication to the Google Account and is not allowed to run any more This doesn't make much sense to me....
First off, this seems to only be related to using `onlyFutureEvents = true` so as a workaround you can try turning that off. Second, it seems to be due to...
I don't know if this is possible using `UrlFetchApp` but a quick Google search shows something like [this](https://stackoverflow.com/a/23718759/2246411) might work? I'll have to do some quick testing and see
@Fourthbus Do you have a icloud url I could test this on? If it contains sensitive information you can email me at [email protected]
In that "howtogeek" article you shared, make sure you are using the "publish" option and not an "export" option. Publish will update the data available at the published url but...
@GiguereConsulting want to ping on this - any luck with trying the "publish" option again? Could you share a screenshot of the publish screen and/or your ICS link? If it...