Skip to content

zenobio93/eveseat-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eveseat-calendar

Calendar plugin for EVE SeAT 2.X

Features

  • Create/Update/Cancel/Delete/Close & Tag operations
  • Register to operations
  • Slack integration
  • Permissions

Release

https://packagist.org/packages/kassie/calendar

Installation

  • composer require kassie/calendar in the SeAT root directory
  • Append to the provider array in config/app.php the service provider of this package : Seat\Kassie\Calendar\CalendarServiceProvider::class
  • php artisan vendor:publish --force
  • php artisan migrate
  • php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\CalendarSettingsTableSeeder
  • php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\CalendarTagsSeeder
  • php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\ScheduleSeeder

Since 1.3.2

Since 1.3.2, the PAP mechanism has been implemented. A few extra setup steps are required :

  • Create a new application on https://developers.eveonline.com with authentication & api access
    • add the scope esi-fleets.read_fleet.v1 to it
    • put the following value into callback URL : {seatpublicuri}/calendar/auth/callback (replace seatpublicuri with the url you're using to access to your SeAT)
  • Open .env file which is located at root SeAT directory
  • At the end of the files, add the following values
    • CALENDAR_EVE_CLIENT_ID=The client ID from the created application
    • CALENDAR_EVE_CLIENT_SECRET=The client secret from the created application
    • CALENDAR_SSO_BASE=https://login.eveonline.com/oauth
    • CALENDAR_ESI_SERVER=tranquility

Feedbacks or support

@kassie_yvo on eve-seat.slack.com
[email protected]
Kassie Yvo in-game

If you like this module, consider giving some ISK, I'm space poor.

Screenshots (out of date)

Main display

Main display

Details of an operation

Details of an operation

Customize your tags

Customize your tags

Slack integration

Slack integration

Pap feature

Paps charts Paps character tracking Bind FC Paps fleet as FC

About

Calendar plugin for EVE SeAT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.2%
  • Blade 44.3%
  • JavaScript 4.9%
  • CSS 0.6%