seriouslysean / monster-hunter-now-events

A tool that auto-generates calendar events for Monster Hunter Now by scraping web news articles, processing them with AI, and creating a convenient calendar subscription.
https://seriouslysean.github.io/monster-hunter-now-events/
MIT License
9 stars 9 forks source link

[Feature]: Reorder properties in the ICS file to be more logically grouped #13

Open seriouslysean opened 12 months ago

seriouslysean commented 12 months ago

This would be reordering and more logically organizing the calendar and event data.

https://github.com/seriouslysean/monster-hunter-now-events/blob/main/dist/events.ics

I don't know if there's a known (or preferred) order of the information, I'd have to check the ICS spec.

https://icalendar.org/RFC-Specifications/iCalendar-RFC-5545/

Calendar meta:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Seriouslysean//Monster Hunter Now Events Generator//EN
URL:https://github.com/seriouslysean/monster-hunter-now-events
NAME:Monster Hunter Now Events
DESCRIPTION:Monster Hunter Now Events, see https://github.com/seriouslysean
 /monster-hunter-now-events for more information.
COMMENT:Generated by Monster Hunter Now Events by seriouslysean. Visit http
 s://github.com/seriouslysean/monster-hunter-now-events for more informat
 ion.
X-URL:https://github.com/seriouslysean/monster-hunter-now-events
X-LINK:https://github.com/seriouslysean/monster-hunter-now-events
X-WR-CALNAME:Monster Hunter Now Events
REFRESH-INTERVAL;VALUE=DURATION:P1D
COLOR:255:179:25
CALSCALE:GREGORIAN
METHOD:PUBLISH

Event data:

BEGIN:VEVENT
UID:b6c13d483cc9cdc7f308c837b365d14688fe4330
DTSTAMP:20231010T113749
DTSTART:20231025
DTEND:20231101
SUMMARY:MHN: Halloween Pumpkin Hunt
DESCRIPTION:Look forward to a Halloween-themed field map, as well as specia
 l Halloween-themed equipment! Kulu-Ya-Ku looks… different than usual?!
END:VEVENT
Dxuian commented 3 hours ago

still open?