Hi, I tried to make a Google Calendar integration with the generated link and fed that to a custom syncing script. The trouble is that for a task that has only a date specified, and not hours, the ICS file has two different dates: DTSTART;VALUE=DATE:20200115 DTEND;VALUE=DATE:20200116 The script makes these tasks therefore two day long events in Google Calendar. The mentioned script is for frequent synchronization: https://github.com/derekantrican/GAS-ICS-Sync
Strange, that with the recommended "Add From URL" method the events are only one day long in Google Calendar. But that method's syncing is too slow.
Hi M.Mitty, I have passed this to our developer team, thank you for letting us know. 😍
Peggy, Jul 23, 2019
Hi M.Mitty, thank you for reaching out. In order to generate an all-day event, the ICS file has to have two dates. You could leave an issue at the mentioned script's Github asking them how they support an all-day event, thank you.
Peggy, Jul 19, 2019
Ok, thanks. I found out meanwhile that it was an issue caused by some time zone inconsistencies.
Otherwise this script works so well, that Quire developers should take a look at it and perhaps recommend the use of it to people who complain about too slow synchronization. This script can update Google Calendar every minute if a user wants it.
Or you, the developers could make your own version of the script by forking it if it needs customization.
(Still, a two way sync would be even more awesome.)
M.Mitty, Jul 19, 2019