dapgo / dapgo/PIM_Data_Interoperability

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

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.