new plugin for ics view, based on ical lib

This commit is contained in:
Phie 2024-09-17 17:26:21 +02:00
parent 0db6c6ab5f
commit e354fcb3bf
6 changed files with 963 additions and 0 deletions

View file

@ -0,0 +1,44 @@
/**
* .SML-@type where @type is the value of the JSON-LD "@type":
* See http://schema.org/
*/
.SML-FlightReservation {
}
.SML-Airline {
}
.SML-Airport {
}
.SML-Flight {
}
.SML-FoodEstablishmentReservation {
}
.SML-FoodEstablishment {
}
.SML-ParcelDelivery {
}
.SML-Order {
}
.SML-Organization {
}
.SML-Product {
}
.SML-PostalAddress {
}
.SML-Person {
}
.SML-PromotionCard {
}