This can be resolved by using TinyURLThe problem with google calendar is, the length of the iCal feed URL. Google restricts the iCal feed URL length to 225 characters. Please make sure that your generated iCal feed is less than or equal to 225 characters.
so that, when i generate the url string, I can use something like this.
- Date & Time Field - DScript name DTSTART
- Date & Time Field - DScript name DTEND
- Single line field - DScript name SUMMARY etc etc
http: //creatorexport.zoho.com/<app owner name>/<app link name>/ical/<view link name>/DTSTART=DTSTART&DTEND=DTEND&SUMMARY=SUMMARY
The problem is because of deluge field name, which are same as iCal feed properties.