Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Suggest capitalizing names of properties #35

Open
brianchaan opened this issue Jul 2, 2015 · 1 comment
Open

Suggest capitalizing names of properties #35

brianchaan opened this issue Jul 2, 2015 · 1 comment

Comments

@brianchaan
Copy link

I had used the following:

.addProperty('location', location)

to add a location to my calendar. It turns out that this works on Outlook, but not on Apple Calendar, which seems to require the property to be in all capital letters (ie. LOCATION). I'm not too familiar with the spec, but it looks like this is probably the case with all properties. I would suggest doing a .toUpperCase on the property name as a convenience.

@oathcomrade
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants