-
Notifications
You must be signed in to change notification settings - Fork 385
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
Spec a format for calendar events in rooms. #1116
Conversation
"size": 1024000 | ||
} | ||
}, | ||
"state_key": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a state event?
description: A string representation of the location of the event. | ||
type: string | ||
location: | ||
description: A object containing valid GeoJSON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: An
content: | ||
properties: | ||
title: | ||
description: Descriptive shortname name for the event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shortname name
thumbnail: | ||
properties: | ||
uri: | ||
description: Matrix MXC uri of the thumbnail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is technically a "Content URI" from the media repository. Maybe The content URI to the thumbnail
?
type: integer | ||
required: | ||
- uri | ||
- mimetype |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be optional as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, which should be optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mimetype
- Add event type to doc index - Fix some spec issues
Closing as per https://github.com/matrix-org/matrix-doc/issues/1235 's status. |
in the form of
m.room.calendar event
.The idea behind this is that it will let people create/upload calendar events in a universal matrix format, look prettier than a iCal and eventually integrate with aggregations and replies so that matrix users can respond to them.
GDoc: https://docs.google.com/document/d/1kfR5aVflEtZ9spHkqa2gOkS5eGr6nYfWVY7BcM5DAZg/edit?usp=sharing
Discsussion Room: https://matrix.to/#/#mcalsupport:half-shot.uk