MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. nannaiah
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    nannaiah

    @nannaiah

    0
    Reputation
    232
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    nannaiah Unfollow Follow

    Latest posts made by nannaiah

    • Read calendar name from ics name

      Hi,

      What are the change required to fetch calendar name from ics file.

      BEGIN:VCALENDAR
      PRODID:-//Google Inc//Google Calendar 70.9054//EN
      VERSION:2.0
      CALSCALE:GREGORIAN
      METHOD:PUBLISH
      X-WR-CALNAME:MBO_Helen_Christine
      X-WR-TIMEZONE:UTC
      X-WR-CALDESC:This calendar shows booked appointments, classes, and unavai
      labilities from MINDBODY Online.
      BEGIN:VEVENT

      ical.fromURL(url, opts, function(err, data)

      1. The data of fromURL doesn’t contain calendar name but it just contains event list. I have mulitple calendars so i need to combine calendar name with the summary. IF i can’t fetch from URL then
        Can I send calendar name through config file and append to summary?
      posted in Requests
      N
      nannaiah