mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
new plugin for ics view, based on ical lib
This commit is contained in:
parent
0db6c6ab5f
commit
e354fcb3bf
6 changed files with 963 additions and 0 deletions
44
plugins/ics-viewer/style.css
Normal file
44
plugins/ics-viewer/style.css
Normal 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 {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue