Files
ical-example/eventTemplate.js

31 lines
1.4 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Event example, using a template.
exports.eventTemplate = {
start: [2022, 05, 19, 19, 00],
duration: { hours: 6, minutes: 30 },
title: "Орган от барокко до рока",
description:
"Орган - «король инструментов», которому подвластны все музыкальные стили. В программе хиты групп Queen, Beatles, Deep Purple гармонично соседствуют м такими органными шедеврами, как Токката и фуга реминор Баха, «Готическая сюита» Л. Боэльмана и соло на тему знаменитого 24-го каприса Н. Паганини.",
location: "Космодамианская наб., 52, стр. 8, Москва, Россия",
url: "https://www.mmdm.ru/",
geo: { lat: 37.622504, lon: 55.753215 },
// categories: ["10k races", "Memorial Day Weekend", "Boulder CO"],
status: "CONFIRMED",
busyStatus: "BUSY",
organizer: { name: "Светлановский зал", email: "help@mmdm.ru" },
// attendees: [
// {
// name: "Adam Gibbons",
// email: "adam@example.com",
// rsvp: true,
// partstat: "ACCEPTED",
// role: "REQ-PARTICIPANT",
// },
// {
// name: "Brittany Seaton",
// email: "brittany@example2.org",
// dir: "https://linkedin.com/in/brittanyseaton",
// role: "OPT-PARTICIPANT",
// },
// ],
};