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
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
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,
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