dapgo / dapgo/PIM_Data_Interoperability
Code to generate a .ics text file (icalendar format) from SQLite results
Open
good first issue
help wanted
- Dominant language
- TSQL
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.