module VirtualDate::ICS

Defined in:

virtualdate.cr

Constant Summary

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

Maximum length in octets of one content line, per RFC 5545 section 3.1.

Class Method Summary

Class Method Detail

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

[View source]