Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizer doesn't work #23

Closed
davidschlachter opened this issue Mar 27, 2017 · 0 comments
Closed

Organizer doesn't work #23

davidschlachter opened this issue Mar 27, 2017 · 0 comments

Comments

@davidschlachter
Copy link
Contributor

The organizer field was added in ade14c6, but doesn't seem to work anymore.

e.g., ran ex/app.js to create ics file by accessing /create endpoint. options for the new event includes:

organizer: {
            'name': 'greenpioneersolutions',
            email: 'info@greenpioneersolutions.com'
        },

but outputted file does not contain the organizer:

BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//Adam Gibbons//agibbons.com//ICS: iCalendar Generator
BEGIN:VEVENT
UID:9427cc00-1335-11e7-bee7-5b486358a7d2
DTSTAMP:20170327T213729Z
DTSTART:20170327
DTEND:20170328
DESCRIPTION:Meet Down at the index.js
LOCATION:Fort Worth, Texas
ATTENDEE;CN=Support greenpioneersolutions:mailto:Support@greenpioneersolutions.com
ATTENDEE;CN=no RSVP greenpioneersolutions:mailto:Sales@greenpioneersolutions.com
END:VEVENT
END:VCALENDAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant