You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment :Windows NT 10.0 19042.1110
Python 3.7.10 with icalendar 4.0.7.
This is my python code section if "aaa" in courseRoom : event.add('X-APPLE-STRUCTURED-LOCATION','geo:19.19810,114.514', parameters={'VALUE': 'URI', 'X-APPLE-MAPKIT-HANDLE': '','X-APPLE-RADIUS':'80','X-TITLE':'aaa'})
Section of Exported ics file LOCATION:aaa X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-APPLE-MAPKIT-HANDLE=;X-APPLE-RADIU S=80;X-TITLE=aaa:geo:1919.810\,114.514
I found that if a ',' appears ,the output file appears a ',' why this problem occurs and how to solve the problem.
Thanks.
The text was updated successfully, but these errors were encountered:
Environment :Windows NT 10.0 19042.1110
Python 3.7.10 with icalendar 4.0.7.
This is my python code section
if "aaa" in courseRoom : event.add('X-APPLE-STRUCTURED-LOCATION','geo:19.19810,114.514', parameters={'VALUE': 'URI', 'X-APPLE-MAPKIT-HANDLE': '','X-APPLE-RADIUS':'80','X-TITLE':'aaa'})
Section of Exported ics file
LOCATION:aaa X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-APPLE-MAPKIT-HANDLE=;X-APPLE-RADIU S=80;X-TITLE=aaa:geo:1919.810\,114.514
I found that if a ',' appears ,the output file appears a ',' why this problem occurs and how to solve the problem.
Thanks.
The text was updated successfully, but these errors were encountered: