Boyd Kane

Results 113 comments of Boyd Kane

Nice idea about checking the pinned tweet, and [it does look like you can get the pinned tweet ID](https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/user) by using the [user lookup endpoint](https://developer.twitter.com/en/docs/twitter-api/users/lookup/introduction) and then checking the pinned-tweet-id...

Maybe a more dev-friendly halfway house would be to include one extra asset in the releases (call it `machine-friendly-data.csv` or similar) which has exactly the same information as every `ics`...

Thanks to 46cc48a93bc9f18153127506efe8be0210596083, developers can now curl against a machine friendly file provided with every release. See readme for examples

Hi there! Thanks for making the bug report. I'll get to this as soon as I can.

Hmm. Okay thanks for the dig. So what I might do is setup a GitHub action that gets the download data from the GitHub API and saves it somewhere. It...

Hey! thanks for your comments, really appreciate it. Genius idea to get the data into MS teams, I barely use the app so would never have thought of it. I'm...

Hi! thanks for all the input. I'll go through it and make sure I understand you properly: > 1. NEW Custom Name/Area String directly below current Title There's one thing...

Hi, thanks for reaching out! Right now it is possible to add alerts, although you have to do them in your calendar app, they're not something controlled by the calendar...

On further investigation, the ICS format [does support "alerts"](https://stackoverflow.com/questions/14892422/ics-with-alert) although it not clear how supported these alerts are. I'll look into it a bit more and add it as a...

This is dependent on support from https://github.com/hoodie/icalendar-rs/issues/48