Re: [go-nuts] Calendar Integration Values

2018-10-21 Thread Caleb Mingle
stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Caleb Mingle mingle.cm | @caleb_io <http://twitter.com/caleb_io> -- You received this message because you are subscribed to

Re: [go-nuts] Calendar Integration Values

2018-10-23 Thread Caleb Mingle
endar library. >>> Is it possible that these values are simply not available? >>> >>> Thanks any assistance is appreciated. >>> >>> John More >>> >>> [image: Screenshot from 2018-10-21 08-04-52.png] >>> >>>

Re: [go-nuts] Calendar Integration Values

2018-10-23 Thread Caleb Mingle
r-using-the-java-google-calendar https://stackoverflow.com/questions/6719319/google-api-how-do-i-retrieve-a-calendars-private-address-or-magic-cookie If you happen to find otherwise, I'd love to know. Good luck! - mingle On Tue, Oct 23, 2018 at 3:15 PM Caleb Mingle wrote: > John, >

Re: [go-nuts] Determining latest released Go version

2018-11-20 Thread Caleb Mingle
Perhaps something built using these may work (sorting the go1* tags descending?): https://go.googlesource.com/go/+refs https://go.googlesource.com/go/+refs?format=JSON https://go.googlesource.com/go/+refs?format=TEXT Kinda brittle to tie this to tag names, but it may be less brittle than parsing H

Re: [go-nuts] Re: google civic api

2018-11-21 Thread Caleb Mingle
I'm not entirely clear on what you're after, but does this help? https://play.golang.org/p/AcNBcUVtXGg That will return you the name field given a state name. If you need an integer congressional district number, that will require some modification. If you want this to work without having to pro