You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Notes
User Interface Mockups
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
The text was updated successfully, but these errors were encountered: