ical-org / ical.net

ical.NET - an open source iCal library for .NET
MIT License
784 stars 231 forks source link

How to create a Zulu Time for Start and End #557

Closed JoopStringer closed 2 days ago

JoopStringer commented 2 years ago

How do I create a Zulu time for the Start and End time? I know I can use TimeZone but I want to be able to use: DTSTART:20220831T081000Z DTEND:20220831T082000Z

How to do this ??