Hello, I want to add an ical feed to my little toolset-calendar on notenschluessel-lev.de, so that a user can add an event to his/her calendar.
Is there any documentation that you are following?
Is there a similar example that we can see?
I tried this plugin, but it does not work, because the timestamps seems to be not readable or wrong: https://wordpress.org/plugins/ical-feeds/#description / versteckter Link Another solution is this, but I don't know how to get it running: versteckter Link
Creating an iCal feed from your data is a custom project that's outside the scope of the support we can provide.
The link you shared (versteckter Link) looks like a promising solution, but we can't adapt it for you to work with your site. If you are not familiar with PHP you may need to recruit a developer to for that for you.
If you are trying to adapt it yourself and have run into some specific problem related to the data you created with Toolset we can try to help with that.
Please give more details of how far you got and what are the relevant details of the specific problem you encountered.
I have to add my own meta key in the script. If I use ns-termine the result is empty. If I use wpcf-ns-termine I have a date, but it is wrong. Is there a difference between the wp-timestamp and the one toolset uses?
Toolset's date/time type custom field stores the value in a UNIX timestamp format.
( ref: versteckter Link )
But in iCal, a different format is required:
"The iCal spec requires that datetimes be formatted either as floating times (no time zone), UTC (with a 'Z' suffix) or with a time zone id at the beginning ('TZID=America/Chicago;...')."