Re: Creating a UTC-based .ics file for board meeting invite

2020-04-13 Thread Matt Sicker
Ooh, nice, thanks for the tips everyone! Seems like a simple enough feature for me to look into. On Mon, 13 Apr 2020 at 18:14, Sam Ruby wrote: > > On Mon, Apr 13, 2020 at 6:18 PM Matt Sicker wrote: > > > > I was trying to export an ics file from Zoom to create a recurring > > board meeting for t

Re: Creating a UTC-based .ics file for board meeting invite

2020-04-13 Thread Sam Ruby
On Mon, Apr 13, 2020 at 6:18 PM Matt Sicker wrote: > > I was trying to export an ics file from Zoom to create a recurring > board meeting for the UTC time, but I end up being put into real > calendar applications which have really shitty timezone support (other > than parsing it). These ics files

Re: Creating a UTC-based .ics file for board meeting invite

2020-04-13 Thread Dave Fisher
It is a text format with rules. See Wikipedia: [1] or this page. [2] or this 15 year old forum question [3] [1] https://en.m.wikipedia.org/wiki/ICalendar [2] https://openicsfile.com/create.html [3] https://arstechnica.com/civis/viewtopic.php?f=19&t=402624 Sent from my iPhone > On Apr 13, 2020,

Creating a UTC-based .ics file for board meeting invite

2020-04-13 Thread Matt Sicker
I was trying to export an ics file from Zoom to create a recurring board meeting for the UTC time, but I end up being put into real calendar applications which have really shitty timezone support (other than parsing it). These ics files seem fairly trivial syntax-wise, so I was wondering if anyone