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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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