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

Suggest capitalizing names of properties #35

@brianchaan

Description

@brianchaan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions