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

As a student, I want to be able to export the calendar events to an external calendar such as google calendar, so that I can integrate them with the rest of my life appointments. #3

Open
ricas00 opened this issue Mar 23, 2022 · 0 comments
Assignees

Comments

@ricas00
Copy link
Collaborator

ricas00 commented Mar 23, 2022

Notes

User Interface Mockups

Screenshot 2022-03-31 at 18 56 16

Acceptance Tests

Feature: Export Uni events to external calendar services, such as Google and Apple Calendar

Scenario: User wants to export single event to external calendar
Given user is logged into his account
And has connected external calendar service account to Uni app
When user selects export event to external calendar
And selects specific external calendar service to be used
Then external calendar API is called
Then event is added to external calendar service

Scenario: User wants to export all events to Apple Calendar
Given user is logged into his account
And has connected external calendar service to Uni app
When user selects export all events to external calendar
And selects specific external calendar service to be used
Then external calendar API is called
Then all new events are added to external calendar service
Then all existing events which were modified replace external calendar record

Value and Effort

Value: Could have
Effort: XL

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

No branches or pull requests

4 participants