icalendar - Is it possible to generate an ICS file in Javascript and then pass it via webcal: url? -


i aware it's possible generate ics file , prompt user download via javascript:

https://github.com/nwcell/ics.js

and possible set webcal url points ics file hosted on internet, such as:

webcal://ical.mac.com/ical/us32holidays.ics

but possible, without server-side intervention, give user webcal url uses dynamically generated ics? generate dynamic calendar event in front-end javascript application , ideally not involve backend in process.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -