c# - Google Calendar: Query Custom Parameter with Special Chars -


i building extension syncs local calendar google calendar. this, setting field on each google event corresponding client-side id.

this id can have characters besides 0-9 a-z, e.g. tcu];!k!,9795897484326. seems ] character messing query, since using extq=[customid:tcu];!k!,9795897484326].

i tried use httputility.urlencode("tcu];!k!,9795897484326") replaced ] %5d, request still failed.

what missing here?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -