module VirtualDate::ICS

Defined in:

virtualdate.cr

Constant Summary

ICS_TIME_FORMAT = Time::Format.new("%Y%m%dT%H%M%SZ")

Class Method Summary

Class Method Detail

def self.export(scheduled_vdates : Array(Scheduled), *, calendar_name : String = "VirtualDate Schedule") : String #

[View source]