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

Spec a format for calendar events in rooms. #1116

Closed
wants to merge 5 commits into from

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot commented Feb 6, 2018

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

@Half-Shot Half-Shot changed the title First pass of m.room.calendar.event Spec a format for calendar events in rooms. Feb 6, 2018
"size": 1024000
}
},
"state_key": "",
Copy link
Member

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
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

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
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mimetype

@turt2live
Copy link
Member

turt2live commented Dec 11, 2018

Closing as per https://github.com/matrix-org/matrix-doc/issues/1235 's status.

@turt2live turt2live closed this Dec 11, 2018
@richvdh richvdh added obsolete A proposal which has been overtaken by other proposals proposal A matrix spec change proposal labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
obsolete A proposal which has been overtaken by other proposals proposal A matrix spec change proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants