John,

Can you provide more details on which "calendar library" you are referring
to?

The link you've highlighted in Google calendar points to a file in
iCalendar format. You'll probably want an iCalendar parser to handle the
file, I've personally used this one, but it doesn't handle everything in
the spec: https://github.com/luxifer/ical.

Depending on the parser that you choose it may have functionality to fetch
a file by URL, but most likely you'll need to perform an HTTP request to
that URL, read the body, and pass it to a parser.

- mingle


On Sun, Oct 21, 2018 at 5:13 AM John More <jm...@tele-metron.com> wrote:

> I can not find any documentation indicating how to retrieve the Calendar
> Integration Values below. I can create and manipulate calendars add events
> etc using the calendar 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]
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and 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 the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to