Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
virtualdate
v1.2.2
VirtualDate
Candidate
Explanation
ICS
Migrator
NullableTimeSpanSecondsConverter
Scheduled
Scheduler
ShiftConverter
TimeSpanSecondsConverter
VirtualDateFile
VirtualDateRaw
VirtualTimeOrTimeConverter
YamlError
YamlValidator
Generated using Crystal 1.16.3
2026-01-06 22:15:47 UTC
module
VirtualDate::
ICS
Defined in:
virtualdate.cr
Constant Summary
ICS_TIME_FORMAT
=
Time
::
Format
.new(
"%Y%m%dT%H%M%SZ"
)
Class Method Summary
.export
(scheduled_vdates : Array(Scheduled), *, calendar_name : String =
"VirtualDate Schedule"
) : String
Class Method Detail
def self.
export
(scheduled_vdates : Array(
Scheduled
), *, calendar_name : String =
"VirtualDate Schedule"
) : String
#
[
View source
]