mirror of
https://github.com/ivuorinen/BassoFeed.git
synced 2026-02-22 02:51:00 +00:00
Added: ALARM
This commit is contained in:
@@ -250,6 +250,11 @@ class BassoFeed {
|
|||||||
. "DTSTART;VALUE=DATE-TIME;TZID=GMT:{$i["date_f"]}\n"
|
. "DTSTART;VALUE=DATE-TIME;TZID=GMT:{$i["date_f"]}\n"
|
||||||
. "DTEND;VALUE=DATE-TIME;TZID=GMT:{$i["date_t"]}\n"
|
. "DTEND;VALUE=DATE-TIME;TZID=GMT:{$i["date_t"]}\n"
|
||||||
. "DTSTAMP:{$i["date_f"]}\n"
|
. "DTSTAMP:{$i["date_f"]}\n"
|
||||||
|
. "BEGIN:VALARM\n"
|
||||||
|
. "TRIGGER:-PT15M\n"
|
||||||
|
. "ACTION:DISPLAY\n"
|
||||||
|
. "DESCRIPTION:{$this->showinfo["title"]}\n"
|
||||||
|
. "END:VALARM\n"
|
||||||
. "END:VEVENT\n";
|
. "END:VEVENT\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user