Skip to main content
Solved

FSM Mobile - Make changes to Calendar

  • May 9, 2023
  • 4 replies
  • 69 views

Forum|alt.badge.img+9

Hi,

Is it possible to make changes to the calendar in the IFS FSM mobile app? Like adding tasks for example.
 

 

Best answer by SAMLK

Hi @drooij ,

It’s not possible to add tasks similar to a schedule board using the fsm mobile application, you may need to write custom code (could be a little complex) to override the baseline behavior of the mobile application to achieve something like this.

4 replies

SAMLK
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • Answer
  • May 9, 2023

Hi @drooij ,

It’s not possible to add tasks similar to a schedule board using the fsm mobile application, you may need to write custom code (could be a little complex) to override the baseline behavior of the mobile application to achieve something like this.


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • May 9, 2023

Hi @SAMLK ,

Thanks. do you mean to create a custom view? I believe it’s not possible to use a calendar in a custom view. 

Regards,


SAMLK
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • May 9, 2023

Hi @SAMLK ,

Thanks. do you mean to create a custom view? I believe it’s not possible to use a calendar in a custom view. 

Regards,

No you need to create custom mobile code (android, ios..). I’m not mentioning anything about custom views. 🙂 still it would be rather complex to implement such kind of a functionality here on this calendar activity. 


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • May 9, 2023

@SAMLK ah ok. Thanks!