mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-24 18:23:00 +02:00
Output true JSON if you invoke as "remind -ppp"
This commit is contained in:
@@ -218,5 +218,12 @@ typedef struct {
|
||||
#define FROM_TYPE 1
|
||||
|
||||
/* PS Calendar levels */
|
||||
|
||||
/* Original interchange format */
|
||||
#define PSCAL_LEVEL1 1
|
||||
|
||||
/* Line-by-line JSON */
|
||||
#define PSCAL_LEVEL2 2
|
||||
|
||||
/* Pure JSON */
|
||||
#define PSCAL_LEVEL3 3
|
||||
|
||||
Reference in New Issue
Block a user