Skip to content

Code to generate a .ics text file (icalendar format) from SQLite results #1

@dapgo

Description

@dapgo

iCalendar format contains a label:value per line, objects/subobjects are delimited between BEGIN and END labels.

i.e:

BEGIN:VCALENDAR
VERSION:1.0

BEGIN:VEVENT
SUMMARY: Proposal Review
DTSTART:20180401T033000Z
DTEND:20180401T043000Z
END:VEVENT

END:VCALENDAR

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions