The Event Syncer simplifies personal schedule management by automatically syncing events from various sources to your preferred calendar tool. Stay updated on sports, tech, UFC, and Formula 1 events effortlessly with our intuitive platform. Say goodbye to missed appointments – Event Syncer keeps you in the loop.
- Command: User fills out registration form.
- Event: System receives new user's data.
- Reaction: System creates a new user account.
- Command: User selects a shared calendar for subscription.
- Event: System receives user's subscription request.
- Reaction: System checks availability of the calendar and adds the user to the subscriber list.
- Command: User adds a new event to their personal calendar.
- Event: System receives details of the new event from the user.
- Reaction: System updates the user's calendar with the new event.
- Command: System performs periodic check on shared calendars.
- Event: System identifies new events or updates in shared calendars.
- Reaction: System updates calendars of subscribed users with the new events or changes.
- Command: User requests to unsubscribe from a shared calendar.
- Event: System receives user's unsubscription request.
- Reaction: System removes the user from the subscriber list of the shared calendar.
- Command: An event in a shared calendar is updated.
- Event: System receives the event update from the shared calendar.
- Reaction: System updates calendars of subscribed users with the changes in the event.
- Command: System compares events in calendars of subscribed users.
- Event: System detects overlapping schedules between events.
- Reaction: System notifies users about the conflict and provides resolution options.
Technology | Description |
---|---|
ICalendar | The iCalendar format is a common standard for sharing calendar data. |
markuspoerschke/iCal (PHP Library) | A simple library to parse and generate iCal files. |