Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I'm testing out Schedule component. I like the export to iCal feature. But looks like I can only download as a file? Is there a way to get access to contents as a string so I can save it to a database.
In case my question is not clear I wanted to a bit more info:
I'm aware of the exportToICalendar method which exports to a file and client downloads the .ics file. What I'm trying to do is something like:
var icsData = this.scheduleObj.exportToICalendar();
So that I can then use icsData somewhere else, such as posting to an API to save in the backend.
Hope this helps.
If this cannot be done please let us know either way so that I can look into other options.