adamgibbons / ics

iCalendar (ics) file generator for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate calendar options from event options

WhiteHoodHacker opened this issue · comments

Some configuration settings for events are technically only applied to the root calendar element, like calName or productId. It is unclear as to how calendar options are applied based on the events: e.g. what if there are differing calName attributes across all the events?

It would make more sense to add a separate set of parameters applied to the calendar element, rather than specifying them in each individual event.